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

Unified Diff: third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMasker.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/layout/svg/LayoutSVGResourceMasker.h
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMasker.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMasker.h
index bd36d50c5644f948cb04259b3794c558977b403d..5472ea8b5f3a7868ab0f9bb39106c225f1ae16bd 100644
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMasker.h
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMasker.h
@@ -67,7 +67,7 @@ class LayoutSVGResourceMasker final : public LayoutSVGResourceContainer {
GraphicsContext&);
private:
- void calculateMaskContentPaintInvalidationRect();
+ void calculateMaskContentVisualRect();
sk_sp<const SkPicture> m_maskContentPicture;
FloatRect m_maskContentBoundaries;

Powered by Google App Engine
This is Rietveld 408576698