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

Unified Diff: third_party/WebKit/Source/core/paint/SVGMaskPainter.h

Issue 2465983002: Rename "paint invalidation rect" etc. to "visual rect". (Closed)
Patch Set: - Created 4 years, 1 month 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
Index: third_party/WebKit/Source/core/paint/SVGMaskPainter.h
diff --git a/third_party/WebKit/Source/core/paint/SVGMaskPainter.h b/third_party/WebKit/Source/core/paint/SVGMaskPainter.h
index 187f84ab431310ce8affbcc52a8dd41c76c526ac..ebb1d0fb3b17969d45f693ead50fc1dec0bdbf4c 100644
--- a/third_party/WebKit/Source/core/paint/SVGMaskPainter.h
+++ b/third_party/WebKit/Source/core/paint/SVGMaskPainter.h
@@ -27,7 +27,7 @@ class SVGMaskPainter {
void drawMaskForLayoutObject(GraphicsContext&,
const LayoutObject&,
const FloatRect& targetBoundingBox,
- const FloatRect& targetPaintInvalidationRect);
+ const FloatRect& targetVisualRect);
LayoutSVGResourceMasker& m_mask;
};
« no previous file with comments | « third_party/WebKit/Source/core/paint/SVGImagePainter.cpp ('k') | third_party/WebKit/Source/core/paint/SVGMaskPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698