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

Unified Diff: third_party/WebKit/Source/core/plugins/PluginView.h

Issue 1774653002: Decouple scheduling animation of webview plugins from layout. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/plugins/PluginView.h
diff --git a/third_party/WebKit/Source/core/plugins/PluginView.h b/third_party/WebKit/Source/core/plugins/PluginView.h
index 41328fbeac615fc43a65204cf75defa8d6f59887..4a3e13ae3ecef05c756fb255f42d6750c5c0e511 100644
--- a/third_party/WebKit/Source/core/plugins/PluginView.h
+++ b/third_party/WebKit/Source/core/plugins/PluginView.h
@@ -55,7 +55,7 @@ public:
virtual void didReceiveResponse(const ResourceResponse&) { }
virtual void didReceiveData(const char*, int) { }
- virtual void layoutIfNeeded() { }
+ virtual void updateAllLifecyclePhases() { }
virtual void invalidatePaintIfNeeded() { }
protected:

Powered by Google App Engine
This is Rietveld 408576698