| 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..a4187ec71b8af740d15400866ac242a1038eed95 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
|
|
|