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

Unified Diff: sky/engine/web/WebLocalFrameImpl.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/WebLocalFrameImpl.cpp
diff --git a/sky/engine/web/WebLocalFrameImpl.cpp b/sky/engine/web/WebLocalFrameImpl.cpp
index 2d10bc981078e53883f382f719ed2616570cd880..be3bf891747b7c13d1cb4a5cd749e5b0fa2aa14a 100644
--- a/sky/engine/web/WebLocalFrameImpl.cpp
+++ b/sky/engine/web/WebLocalFrameImpl.cpp
@@ -233,18 +233,6 @@ WebRect WebLocalFrameImpl::visibleContentRect() const
return frame()->view()->frameRect();
}
-bool WebLocalFrameImpl::hasHorizontalScrollbar() const
-{
- // FIXME(sky): Remove
- return false;
-}
-
-bool WebLocalFrameImpl::hasVerticalScrollbar() const
-{
- // FIXME(sky): Remove
- return false;
-}
-
WebView* WebLocalFrameImpl::view() const
{
return viewImpl();

Powered by Google App Engine
This is Rietveld 408576698