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

Unified Diff: third_party/WebKit/Source/core/layout/svg/LayoutSVGForeignObject.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/LayoutSVGForeignObject.h
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGForeignObject.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGForeignObject.h
index 6581f20d3c9dd558911d36b32c75f78a218465a9..83fdde6b04adf84c2fc35dd0ed953838585e245a 100644
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGForeignObject.h
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGForeignObject.h
@@ -58,7 +58,7 @@ class LayoutSVGForeignObject final : public LayoutSVGBlock {
FloatRect strokeBoundingBox() const override {
return FloatRect(FloatPoint(), m_viewport.size());
}
- FloatRect paintInvalidationRectInLocalSVGCoordinates() const override {
+ FloatRect visualRectInLocalSVGCoordinates() const override {
return FloatRect(FloatPoint(), m_viewport.size());
}

Powered by Google App Engine
This is Rietveld 408576698