| Index: third_party/WebKit/public/web/WebFrame.h
|
| diff --git a/third_party/WebKit/public/web/WebFrame.h b/third_party/WebKit/public/web/WebFrame.h
|
| index 3db02d3e5eb6e3f7248815a867a22ed238051ab2..394d190b59e3beb40c3f7dce641dec7abf8197e5 100644
|
| --- a/third_party/WebKit/public/web/WebFrame.h
|
| +++ b/third_party/WebKit/public/web/WebFrame.h
|
| @@ -153,9 +153,6 @@ class BLINK_EXPORT WebFrame {
|
| // Returns the visible content rect (minus scrollbars, in absolute coordinate)
|
| virtual WebRect VisibleContentRect() const = 0;
|
|
|
| - virtual bool HasHorizontalScrollbar() const = 0;
|
| - virtual bool HasVerticalScrollbar() const = 0;
|
| -
|
| // Whether to collapse the frame's owner element in the embedder document,
|
| // that is, to remove it from the layout as if it did not exist. Only works
|
| // for <iframe> owner elements.
|
|
|