| 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 72f25f07044e038d9b20a5b0c9f1b55e313d0879..38867769228028a6c3ab8ef931bb21b8607efd01 100644
|
| --- a/third_party/WebKit/Source/web/WebPluginContainerImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebPluginContainerImpl.h
|
| @@ -78,7 +78,7 @@ public:
|
| bool supportsInputMethod() const override;
|
| bool canProcessDrag() const override;
|
| bool wantsWheelEvents() override;
|
| - void layoutIfNeeded() override;
|
| + void updateAllLifecyclePhases() override;
|
| void invalidatePaintIfNeeded() override { issuePaintInvalidations(); }
|
|
|
| // Widget methods
|
| @@ -102,7 +102,7 @@ public:
|
| void invalidate() override;
|
| void invalidateRect(const WebRect&) override;
|
| void scrollRect(const WebRect&) override;
|
| - void setNeedsLayout() override;
|
| + void scheduleAnimation() override;
|
| void reportGeometry() override;
|
| void allowScriptObjects() override;
|
| void clearScriptObjects() override;
|
|
|