summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/rendering/PaintPhase.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/rendering/PaintPhase.h')
-rw-r--r--Source/WebCore/rendering/PaintPhase.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/WebCore/rendering/PaintPhase.h b/Source/WebCore/rendering/PaintPhase.h
index 396131f..7dc205d 100644
--- a/Source/WebCore/rendering/PaintPhase.h
+++ b/Source/WebCore/rendering/PaintPhase.h
@@ -39,6 +39,10 @@ namespace WebCore {
enum PaintPhase {
PaintPhaseBlockBackground,
+#if PLATFORM(ANDROID)
+ // Used for fixed background support in layers
+ PaintPhaseBlockBackgroundDecorations,
+#endif
PaintPhaseChildBlockBackground,
PaintPhaseChildBlockBackgrounds,
PaintPhaseFloat,