| 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 d5f1b6ae34a044534e4d187025514fe10c9c9c46..d746ecc261040cc85c157d0a874fe72165f0c1c4 100644
|
| --- a/third_party/WebKit/Source/platform/Widget.h
|
| +++ b/third_party/WebKit/Source/platform/Widget.h
|
| @@ -81,6 +81,7 @@ public:
|
| virtual void setParentVisible(bool visible) { m_parentVisible = visible; }
|
| void setSelfVisible(bool v) { m_selfVisible = v; }
|
|
|
| + virtual bool isFrameletView() const { return false; }
|
| virtual bool isFrameView() const { return false; }
|
| virtual bool isRemoteFrameView() const { return false; }
|
| virtual bool isPluginView() const { return false; }
|
|
|