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

Unified Diff: third_party/WebKit/Source/core/layout/svg/LayoutSVGText.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/LayoutSVGText.h
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.h
index cc434f1a9b5e469103e31a29999664173a2d20cb..e203a8d78f074234a9899a17764558d26b60c516 100644
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.h
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.h
@@ -41,7 +41,7 @@ class LayoutSVGText final : public LayoutSVGBlock {
}
void setNeedsTransformUpdate() override { m_needsTransformUpdate = true; }
void setNeedsTextMetricsUpdate() { m_needsTextMetricsUpdate = true; }
- FloatRect paintInvalidationRectInLocalSVGCoordinates() const override;
+ FloatRect visualRectInLocalSVGCoordinates() const override;
FloatRect objectBoundingBox() const override {
return FloatRect(frameRect());
}

Powered by Google App Engine
This is Rietveld 408576698