Index: Source/core/rendering/PaintPhase.h |
diff --git a/Source/core/rendering/PaintPhase.h b/Source/core/rendering/PaintPhase.h |
index 919c65ca6a04d321af5f193a8a2547f8d5559624..f532ee2d17f898d8f07c44e99f3d9b9319f97ab8 100644 |
--- a/Source/core/rendering/PaintPhase.h |
+++ b/Source/core/rendering/PaintPhase.h |
@@ -58,7 +58,7 @@ enum PaintBehaviorFlags { |
PaintBehaviorSelectionOnly = 1 << 0, |
PaintBehaviorForceBlackText = 1 << 1, |
PaintBehaviorFlattenCompositingLayers = 1 << 2, |
- PaintBehaviorRenderingSVGMask = 1 << 3, |
+ PaintBehaviorRenderingClipPathAsMask = 1 << 3, |
PaintBehaviorSkipRootBackground = 1 << 4, |
PaintBehaviorRootBackgroundOnly = 1 << 5 |
}; |