| 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 bc7bcb0c0461bc1e872f5a63faad74b914a25cd0..c393d85f527f8ff68ca3b47420a898c1948cb406 100644
|
| --- a/third_party/WebKit/Source/web/WebPluginContainerImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebPluginContainerImpl.h
|
| @@ -91,6 +91,7 @@ class WEB_EXPORT WebPluginContainerImpl final
|
| void FrameRectsChanged() override;
|
| void GeometryMayHaveChanged() override;
|
| bool IsPluginContainer() const override { return true; }
|
| + bool IsErrorplaceholder() override;
|
| void EventListenersRemoved() override;
|
|
|
| // FrameOrPlugin methods
|
|
|