Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(839)

Unified Diff: sky/engine/web/WebViewImpl.h

Issue 783393006: Remove relayout due to scrollbars taking up width (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698