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

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

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.cpp
diff --git a/sky/engine/web/WebViewImpl.cpp b/sky/engine/web/WebViewImpl.cpp
index 9a905664827a51354bbe0e5df6e9380e31419368..1aeb003c77382a50094f989a2e63201d73c86778 100644
--- a/sky/engine/web/WebViewImpl.cpp
+++ b/sky/engine/web/WebViewImpl.cpp
@@ -697,18 +697,6 @@ bool WebViewImpl::isTrackingRepaints() const
return view->isTrackingPaintInvalidations();
}
-bool WebViewImpl::hasHorizontalScrollbar()
-{
- // FIXME(sky): Remove
- return false;
-}
-
-bool WebViewImpl::hasVerticalScrollbar()
-{
- // FIXME(sky): Remove
- return false;
-}
-
const WebInputEvent* WebViewImpl::m_currentInputEvent = 0;
// FIXME: autogenerate this kind of code, and use it throughout Blink rather than
« sky/engine/core/rendering/RenderLayerScrollableArea.cpp ('K') | « sky/engine/web/WebViewImpl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698