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

Unified Diff: third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.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/LayoutSVGInlineText.h
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.h
index c472c1b985a39535132c8dfa48d2fad1bd5dc148..762ca60598f7666421eb8158e2f5e514b94e9569 100644
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.h
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.h
@@ -80,8 +80,8 @@ class LayoutSVGInlineText final : public LayoutText {
LayoutRect linesBoundingBox() const override;
InlineTextBox* createTextBox(int start, unsigned short length) override;
- LayoutRect absoluteClippedOverflowRect() const final;
- FloatRect paintInvalidationRectInLocalSVGCoordinates() const final;
+ LayoutRect absoluteVisualRect() const final;
+ FloatRect visualRectInLocalSVGCoordinates() const final;
float m_scalingFactor;
Font m_scaledFont;

Powered by Google App Engine
This is Rietveld 408576698