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

Unified Diff: third_party/WebKit/Source/core/paint/PaintInvalidator.h

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/PaintInvalidator.h
diff --git a/third_party/WebKit/Source/core/paint/PaintInvalidator.h b/third_party/WebKit/Source/core/paint/PaintInvalidator.h
index 663bcf0d51d195eaab974dcb92bc8ee5a97d0b40..b101354fb5600e6fb31d9d809affade17c33dea9 100644
--- a/third_party/WebKit/Source/core/paint/PaintInvalidator.h
+++ b/third_party/WebKit/Source/core/paint/PaintInvalidator.h
@@ -116,8 +116,8 @@ struct PaintInvalidatorContext {
class PaintInvalidator {
public:
- void InvalidatePaintIfNeeded(FrameView&, PaintInvalidatorContext&);
- void InvalidatePaintIfNeeded(const LayoutObject&, PaintInvalidatorContext&);
+ void InvalidatePaint(FrameView&, PaintInvalidatorContext&);
+ void InvalidatePaint(const LayoutObject&, PaintInvalidatorContext&);
// Process objects needing paint invalidation on the next frame.
// See the definition of PaintInvalidationDelayedFull for more details.

Powered by Google App Engine
This is Rietveld 408576698