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

Unified Diff: sky/engine/web/WebLocalFrameImpl.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/WebLocalFrameImpl.h
diff --git a/sky/engine/web/WebLocalFrameImpl.h b/sky/engine/web/WebLocalFrameImpl.h
index ccb786f4cb3243a78dc9d6836064db947769de3d..8ccfcb514afd50eb5df222a262813da5d61810c9 100644
--- a/sky/engine/web/WebLocalFrameImpl.h
+++ b/sky/engine/web/WebLocalFrameImpl.h
@@ -65,8 +65,6 @@ public:
virtual WebSize contentsSize() const override;
virtual bool hasVisibleContent() const override;
virtual WebRect visibleContentRect() const override;
- virtual bool hasHorizontalScrollbar() const override;
- virtual bool hasVerticalScrollbar() const override;
virtual WebView* view() const override;
virtual WebDocument document() const override;
virtual void executeScript(const WebScriptSource&) override;

Powered by Google App Engine
This is Rietveld 408576698