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

Unified Diff: Source/core/page/Frame.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
Index: Source/core/page/Frame.h
diff --git a/Source/core/page/Frame.h b/Source/core/page/Frame.h
index 01fb45be4105b0f4badb8f824ae76b5f0dea91a7..0bb08a9208ba58fec1c876f655bfb2dc4d6dd480 100644
--- a/Source/core/page/Frame.h
+++ b/Source/core/page/Frame.h
@@ -71,7 +71,7 @@ namespace WebCore {
void init();
void setView(PassRefPtr<FrameView>);
void createView(const IntSize&, const StyleColor&, bool,
- const IntSize& fixedLayoutSize = IntSize(), bool useFixedLayout = false, ScrollbarMode = ScrollbarAuto, bool horizontalLock = false,
+ ScrollbarMode = ScrollbarAuto, bool horizontalLock = false,
ScrollbarMode = ScrollbarAuto, bool verticalLock = false);
~Frame();

Powered by Google App Engine
This is Rietveld 408576698