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

Unified Diff: third_party/WebKit/Source/core/layout/svg/LayoutSVGHiddenContainer.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/LayoutSVGHiddenContainer.h
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGHiddenContainer.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGHiddenContainer.h
index 1fd3fa75614fec9ea5c3b3ad22498c8085a53ad3..a08fa3cda6605e63aaea32ce21722ea100acedea 100644
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGHiddenContainer.h
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGHiddenContainer.h
@@ -48,8 +48,8 @@ class LayoutSVGHiddenContainer : public LayoutSVGContainer {
bool paintedOutputOfObjectHasNoEffectRegardlessOfSize() const final {
return true;
}
- LayoutRect absoluteClippedOverflowRect() const final { return LayoutRect(); }
- FloatRect paintInvalidationRectInLocalSVGCoordinates() const final {
+ LayoutRect absoluteVisualRect() const final { return LayoutRect(); }
+ FloatRect visualRectInLocalSVGCoordinates() const final {
return FloatRect();
}
void absoluteQuads(Vector<FloatQuad>&) const final {}

Powered by Google App Engine
This is Rietveld 408576698