Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1451)

Unified Diff: Source/core/rendering/PaintPhase.h

Issue 623243003: Rename isRenderingMaskImage to isRenderingClipPathAsMaskImage (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: -> PaintBehaviorRenderingClipPathAsMask. Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/core/rendering/svg/RenderSVGResource.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
};
« no previous file with comments | « no previous file | Source/core/rendering/svg/RenderSVGResource.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698