| 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 4ae72e621ffde4fd9f34cbe0fd0dd9141611ebf3..6b70f1d7cba70e13e28699f9b6ca672ffe052eee 100644
|
| --- a/third_party/WebKit/Source/web/WebPluginContainerImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebPluginContainerImpl.h
|
| @@ -93,6 +93,8 @@ class WEB_EXPORT WebPluginContainerImpl final
|
| void setParentVisible(bool) override;
|
| void geometryMayHaveChanged() override;
|
| bool isPluginContainer() const override { return true; }
|
| + bool isErrorplaceholder();
|
| +
|
| void eventListenersRemoved() override;
|
|
|
| // WebPluginContainer methods
|
|
|