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

Unified Diff: public/web/WebView.h

Issue 15927026: Enabled using viewport on desktop browsers behind experimental flag (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: WIP Created 7 years, 5 months 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
« Source/web/WebViewImpl.cpp ('K') | « public/web/WebSettings.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebView.h
diff --git a/public/web/WebView.h b/public/web/WebView.h
index 2af78f3047418b99e8e010a2cd72783a7c7f11ac..d98ef9c6141e007815b35a6f16d98b13c9688e2e 100644
--- a/public/web/WebView.h
+++ b/public/web/WebView.h
@@ -293,9 +293,6 @@ public:
// In fixed layout mode, the layout of the page is independent of the
// view port size, given by WebWidget::size().
- virtual bool isFixedLayoutModeEnabled() const = 0;
- virtual void enableFixedLayoutMode(bool enable) = 0;
-
virtual WebSize fixedLayoutSize() const = 0;
virtual void setFixedLayoutSize(const WebSize&) = 0;
« Source/web/WebViewImpl.cpp ('K') | « public/web/WebSettings.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698