| 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 ab3d186f8bacf77d4b8fd90908f021f21a8023f8..4da4adbe17eb1a5aa4fafc7abc722874b98a4961 100644
|
| --- a/third_party/WebKit/Source/platform/FrameViewBase.h
|
| +++ b/third_party/WebKit/Source/platform/FrameViewBase.h
|
| @@ -47,6 +47,7 @@ class PLATFORM_EXPORT FrameViewBase : public GarbageCollectedMixin {
|
|
|
| virtual bool IsFrameView() const { return false; }
|
| virtual bool IsRemoteFrameView() const { return false; }
|
| + virtual bool IsErrorplaceholder() { return false; }
|
|
|
| virtual void SetParent(FrameViewBase*) = 0;
|
| virtual FrameViewBase* Parent() const = 0;
|
|
|