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

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 4a8a916f0d53816ecf81a821d996b21874f3b82f..f623133b9caa194b206e2e39e006067d7e4d36a7 100644
--- a/third_party/WebKit/Source/core/layout/PaintInvalidationState.h
+++ b/third_party/WebKit/Source/core/layout/PaintInvalidationState.h
@@ -95,7 +95,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;
@@ -112,7 +112,7 @@ class CORE_EXPORT PaintInvalidationState {
void updateForCurrentObject(const PaintInvalidationState& parentState);
void updateForNormalChildren();
- LayoutRect computePaintInvalidationRectInBackingForSVG() const;
+ LayoutRect computeVisualRectInBackingForSVG() const;
void addClipRectRelativeToPaintOffset(const LayoutRect& localClipRect);
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutView.cpp ('k') | third_party/WebKit/Source/core/layout/PaintInvalidationState.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698