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

Unified Diff: third_party/WebKit/Source/core/layout/PaintInvalidationState.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/PaintInvalidationState.h
diff --git a/third_party/WebKit/Source/core/layout/PaintInvalidationState.h b/third_party/WebKit/Source/core/layout/PaintInvalidationState.h
index 14be9805362afb86c6e2d2fb61a15474c42fbd34..837fb101f3af74c38d223dcda16e585c5f58b49b 100644
--- a/third_party/WebKit/Source/core/layout/PaintInvalidationState.h
+++ b/third_party/WebKit/Source/core/layout/PaintInvalidationState.h
@@ -96,7 +96,7 @@ class CORE_EXPORT PaintInvalidationState {
// Returns the rect bounds needed to invalidate paint of this object,
// in the space of paint invalidation backing.
- LayoutRect computePaintInvalidationRectInBacking() const;
+ LayoutRect computeVisualRectInBacking() const;
void mapLocalRectToPaintInvalidationBacking(LayoutRect&) const;
@@ -113,7 +113,7 @@ class CORE_EXPORT PaintInvalidationState {
void updateForCurrentObject(const PaintInvalidationState& parentState);
void updateForNormalChildren();
- LayoutRect computePaintInvalidationRectInBackingForSVG() const;
+ LayoutRect computeVisualRectInBackingForSVG() const;
void addClipRectRelativeToPaintOffset(const LayoutRect& localClipRect);

Powered by Google App Engine
This is Rietveld 408576698