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

Unified Diff: third_party/WebKit/Source/core/frame/FrameView.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/frame/FrameView.h
diff --git a/third_party/WebKit/Source/core/frame/FrameView.h b/third_party/WebKit/Source/core/frame/FrameView.h
index 8336242eac67d4ddad0c261b2552c75616a6c95a..2421a68db1b7efdc33a08ca45fdcc937dc08cec4 100644
--- a/third_party/WebKit/Source/core/frame/FrameView.h
+++ b/third_party/WebKit/Source/core/frame/FrameView.h
@@ -792,7 +792,7 @@ class CORE_EXPORT FrameView final
// For PaintInvalidator temporarily. TODO(wangxianzhu): Move into
// PaintInvalidator.
- void InvalidatePaintIfNeeded(const PaintInvalidationState&);
+ void InvalidatePaint(const PaintInvalidationState&);
// Only for SPv2.
std::unique_ptr<JSONObject> CompositedLayersAsJSON(LayerTreeFlags);
« no previous file with comments | « third_party/WebKit/Source/core/editing/FrameSelection.cpp ('k') | third_party/WebKit/Source/core/frame/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698