| Index: third_party/WebKit/Source/platform/FrameViewBase.h
|
| diff --git a/third_party/WebKit/Source/platform/FrameViewBase.h b/third_party/WebKit/Source/platform/FrameViewBase.h
|
| index 2c3e03c2b3f966001e0824a10f5b106e07d86983..ae7f0e99dc87c6c3ce5b205e7123754921950457 100644
|
| --- a/third_party/WebKit/Source/platform/FrameViewBase.h
|
| +++ b/third_party/WebKit/Source/platform/FrameViewBase.h
|
| @@ -93,6 +93,7 @@ class PLATFORM_EXPORT FrameViewBase
|
| virtual bool isRemoteFrameView() const { return false; }
|
| virtual bool isPluginView() const { return false; }
|
| virtual bool isPluginContainer() const { return false; }
|
| + virtual bool isErrorPlaceholder() { return false; }
|
| virtual bool isScrollbar() const { return false; }
|
|
|
| virtual void setParent(FrameViewBase*);
|
|
|