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

Unified Diff: Source/core/rendering/svg/SVGRenderSupport.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 | « Source/core/rendering/svg/SVGInlineTextBox.cpp ('k') | Source/core/rendering/svg/SVGRenderSupport.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/svg/SVGRenderSupport.h
diff --git a/Source/core/rendering/svg/SVGRenderSupport.h b/Source/core/rendering/svg/SVGRenderSupport.h
index c28e5916193e13ce65eec86d75c4f456947e1a9e..7419f4a7fc36e44992afe18d2c1b15cc0a2f0083 100644
--- a/Source/core/rendering/svg/SVGRenderSupport.h
+++ b/Source/core/rendering/svg/SVGRenderSupport.h
@@ -54,7 +54,7 @@ public:
static bool isOverflowHidden(const RenderObject*);
// Returns true if we're currently within the rendering of a clip-path as a mask.
- static bool isRenderingMaskImage(const RenderObject&);
+ static bool isRenderingClipPathAsMaskImage(const RenderObject&);
// Calculates the paintInvalidationRect in combination with filter, clipper and masker in local coordinates.
static void intersectPaintInvalidationRectWithResources(const RenderObject*, FloatRect&);
« no previous file with comments | « Source/core/rendering/svg/SVGInlineTextBox.cpp ('k') | Source/core/rendering/svg/SVGRenderSupport.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698