| Index: third_party/WebKit/Source/platform/Widget.h
|
| diff --git a/third_party/WebKit/Source/platform/Widget.h b/third_party/WebKit/Source/platform/Widget.h
|
| index 2c59cb0a6a31dd3addb94e191feb1321aef6d069..238510c07d669b7942739475141bd31574f3caf6 100644
|
| --- a/third_party/WebKit/Source/platform/Widget.h
|
| +++ b/third_party/WebKit/Source/platform/Widget.h
|
| @@ -92,6 +92,7 @@ class PLATFORM_EXPORT Widget : public GarbageCollectedFinalized<Widget> {
|
| virtual bool isRemoteFrameView() const { return false; }
|
| virtual bool isPluginView() const { return false; }
|
| virtual bool isPluginContainer() const { return false; }
|
| + virtual bool isPlaceholder() { return false; }
|
| virtual bool isScrollbar() const { return false; }
|
|
|
| virtual void setParent(Widget*);
|
|
|