Index: Source/WebCore/rendering/PaintPhase.h |
=================================================================== |
--- Source/WebCore/rendering/PaintPhase.h (revision 106008) |
+++ Source/WebCore/rendering/PaintPhase.h (working copy) |
@@ -56,7 +56,8 @@ |
PaintBehaviorNormal = 0, |
PaintBehaviorSelectionOnly = 1 << 0, |
PaintBehaviorForceBlackText = 1 << 1, |
- PaintBehaviorFlattenCompositingLayers = 1 << 2 |
+ PaintBehaviorFlattenCompositingLayers = 1 << 2, |
+ PaintBehaviorRenderingSVGMask = 1 << 3 |
}; |
typedef unsigned PaintBehavior; |