| 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 213c45bab5a52b86ec8298975f863d056fd1a62e..2542ce03475914892c80376819a807cf9c12e854 100644
|
| --- a/third_party/WebKit/Source/web/WebPluginContainerImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebPluginContainerImpl.h
|
| @@ -89,7 +89,6 @@ public:
|
| void handleEvent(Event*) override;
|
| void frameRectsChanged() override;
|
| void setParentVisible(bool) override;
|
| - void setParent(Widget*) override;
|
| void widgetGeometryMayHaveChanged() override;
|
| bool isPluginContainer() const override { return true; }
|
| void eventListenersRemoved() override;
|
|
|