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

Unified Diff: third_party/WebKit/Source/core/paint/EmbeddedObjectPaintInvalidator.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/EmbeddedObjectPaintInvalidator.h
diff --git a/third_party/WebKit/Source/core/paint/EmbeddedObjectPaintInvalidator.h b/third_party/WebKit/Source/core/paint/EmbeddedObjectPaintInvalidator.h
index 90a7946b4ec39834204f24bec896b0831d6426d6..ff75bfe07c30b4ac13bc4ae4a327a4e5e792e9d5 100644
--- a/third_party/WebKit/Source/core/paint/EmbeddedObjectPaintInvalidator.h
+++ b/third_party/WebKit/Source/core/paint/EmbeddedObjectPaintInvalidator.h
@@ -21,7 +21,7 @@ class EmbeddedObjectPaintInvalidator {
const PaintInvalidatorContext& context)
: embedded_object_(embedded_object), context_(context) {}
- PaintInvalidationReason InvalidatePaintIfNeeded();
+ PaintInvalidationReason InvalidatePaint();
private:
const LayoutEmbeddedObject& embedded_object_;

Powered by Google App Engine
This is Rietveld 408576698