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

Unified Diff: Source/core/layout/LayoutBlock.cpp

Issue 1186523004: Rename adjustPaintInvalidationRect and related to addVisualOverflow (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 months 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
« no previous file with comments | « no previous file | Source/core/layout/LayoutTheme.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutBlock.cpp
diff --git a/Source/core/layout/LayoutBlock.cpp b/Source/core/layout/LayoutBlock.cpp
index e832254d89b2c7f062e81acbe57f3d0b4ad8f1d6..993a929f237dd607a3cdcf5986ce81f0c5b2f8c4 100644
--- a/Source/core/layout/LayoutBlock.cpp
+++ b/Source/core/layout/LayoutBlock.cpp
@@ -1030,7 +1030,7 @@ void LayoutBlock::addVisualOverflowFromTheme()
return;
IntRect inflatedRect = pixelSnappedBorderBoxRect();
- LayoutTheme::theme().adjustPaintInvalidationRect(this, inflatedRect);
+ LayoutTheme::theme().addVisualOverflow(*this, inflatedRect);
addVisualOverflow(LayoutRect(inflatedRect));
}
« no previous file with comments | « no previous file | Source/core/layout/LayoutTheme.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698