| Index: sky/engine/public/web/WebFrame.h
|
| diff --git a/sky/engine/public/web/WebFrame.h b/sky/engine/public/web/WebFrame.h
|
| index 46e61a80918fc58dcbba4bb988f1b056af184320..8e9524ec0d078d530a21dffdde0d08a162885b53 100644
|
| --- a/sky/engine/public/web/WebFrame.h
|
| +++ b/sky/engine/public/web/WebFrame.h
|
| @@ -110,9 +110,6 @@ public:
|
| // 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;
|
| -
|
| // Hierarchy ----------------------------------------------------------
|
|
|
| // Returns the containing view.
|
|
|