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

Unified Diff: third_party/WebKit/Source/core/paint/ViewPaintInvalidator.cpp

Issue 2852573002: Rename InvalidatePaintIfNeeded to drop deprecated IfNeeded suffix. (Closed)
Patch Set: Created 3 years, 8 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
Index: third_party/WebKit/Source/core/paint/ViewPaintInvalidator.cpp
diff --git a/third_party/WebKit/Source/core/paint/ViewPaintInvalidator.cpp b/third_party/WebKit/Source/core/paint/ViewPaintInvalidator.cpp
index 17a8f31a625f5c6dd2672ac296dbd9a89317ae89..f16c589a8c6112805048ae1e228872c8a7e3ceef 100644
--- a/third_party/WebKit/Source/core/paint/ViewPaintInvalidator.cpp
+++ b/third_party/WebKit/Source/core/paint/ViewPaintInvalidator.cpp
@@ -10,9 +10,9 @@
namespace blink {
-PaintInvalidationReason ViewPaintInvalidator::InvalidatePaintIfNeeded() {
+PaintInvalidationReason ViewPaintInvalidator::InvalidatePaint() {
InvalidateBackgroundIfNeeded();
- return BoxPaintInvalidator(view_, context_).InvalidatePaintIfNeeded();
+ return BoxPaintInvalidator(view_, context_).InvalidatePaint();
}
void ViewPaintInvalidator::InvalidateBackgroundIfNeeded() {
« no previous file with comments | « third_party/WebKit/Source/core/paint/ViewPaintInvalidator.h ('k') | third_party/WebKit/Source/core/plugins/PluginView.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698