| 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 { }
|
|
|