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

Unified Diff: third_party/WebKit/Source/web/tests/FakeWebPlugin.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/web/tests/FakeWebPlugin.h
diff --git a/third_party/WebKit/Source/web/tests/FakeWebPlugin.h b/third_party/WebKit/Source/web/tests/FakeWebPlugin.h
index 5b3f1c35c4feceecb430292406b654c1472528c6..310cb29d6de10ff87b8baccc5dd148bd1b5d5f10 100644
--- a/third_party/WebKit/Source/web/tests/FakeWebPlugin.h
+++ b/third_party/WebKit/Source/web/tests/FakeWebPlugin.h
@@ -52,7 +52,7 @@ public:
void destroy() override;
NPObject* scriptableObject() override { return 0; }
bool canProcessDrag() const override { return false; }
- void layoutIfNeeded() override { }
+ void updateAllLifecyclePhases() override { }
void paint(WebCanvas*, const WebRect&) override { }
void updateGeometry(const WebRect& clientRect, const WebRect& clipRect, const WebRect& windowClipRect, const WebVector<WebRect>& cutOutsRects, bool isVisible) override { }
void updateFocus(bool, WebFocusType) override { }

Powered by Google App Engine
This is Rietveld 408576698