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

Unified Diff: third_party/WebKit/Source/core/paint/HTMLCanvasPaintInvalidator.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/HTMLCanvasPaintInvalidator.h
diff --git a/third_party/WebKit/Source/core/paint/HTMLCanvasPaintInvalidator.h b/third_party/WebKit/Source/core/paint/HTMLCanvasPaintInvalidator.h
index 71c27f1ef7f64185ac8ae0414dc59f45a9968cb5..d5b0cf245361e77766ac371bb86aa4a338b02a91 100644
--- a/third_party/WebKit/Source/core/paint/HTMLCanvasPaintInvalidator.h
+++ b/third_party/WebKit/Source/core/paint/HTMLCanvasPaintInvalidator.h
@@ -21,7 +21,7 @@ class HTMLCanvasPaintInvalidator {
const PaintInvalidatorContext& context)
: html_canvas_(html_canvas), context_(context) {}
- PaintInvalidationReason InvalidatePaintIfNeeded();
+ PaintInvalidationReason InvalidatePaint();
private:
const LayoutHTMLCanvas& html_canvas_;

Powered by Google App Engine
This is Rietveld 408576698