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

Unified Diff: third_party/WebKit/Source/web/WebPluginContainerImpl.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
« no previous file with comments | « third_party/WebKit/Source/core/plugins/PluginView.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/WebPluginContainerImpl.h
diff --git a/third_party/WebKit/Source/web/WebPluginContainerImpl.h b/third_party/WebKit/Source/web/WebPluginContainerImpl.h
index 34d3abd647929a641184fee1fb05a472d3ca7837..bc7bcb0c0461bc1e872f5a63faad74b914a25cd0 100644
--- a/third_party/WebKit/Source/web/WebPluginContainerImpl.h
+++ b/third_party/WebKit/Source/web/WebPluginContainerImpl.h
@@ -84,7 +84,7 @@ class WEB_EXPORT WebPluginContainerImpl final
bool CanProcessDrag() const override;
bool WantsWheelEvents() override;
void UpdateAllLifecyclePhases() override;
- void InvalidatePaintIfNeeded() override { IssuePaintInvalidations(); }
+ void InvalidatePaint() override { IssuePaintInvalidations(); }
void InvalidateRect(const IntRect&);
void SetFocused(bool, WebFocusType) override;
void HandleEvent(Event*) override;
« no previous file with comments | « third_party/WebKit/Source/core/plugins/PluginView.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698