| Index: sky/engine/web/WebViewImpl.h
|
| diff --git a/sky/engine/web/WebViewImpl.h b/sky/engine/web/WebViewImpl.h
|
| index d7cdd0389a56823faf0328936f70e0511dad8a4e..3c4964b30c1821d942f1043a613c098e4932bcb3 100644
|
| --- a/sky/engine/web/WebViewImpl.h
|
| +++ b/sky/engine/web/WebViewImpl.h
|
| @@ -225,10 +225,6 @@ public:
|
| // Exposed for the purpose of overriding device metrics.
|
| void sendResizeEventAndRepaint();
|
|
|
| - // Exposed for testing purposes.
|
| - bool hasHorizontalScrollbar();
|
| - bool hasVerticalScrollbar();
|
| -
|
| WebSettingsImpl* settingsImpl();
|
|
|
| IntPoint clampOffsetAtScale(const IntPoint& offset, float scale);
|
|
|