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

Unified Diff: content/common/content_switches.h

Issue 7831028: Compute pageScaleFactor on page so that fixed layout page fits width of window. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 4 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: content/common/content_switches.h
diff --git a/content/common/content_switches.h b/content/common/content_switches.h
index a248391b16b9753ee44a55d80619fe913799b080..8472915eaeaabfcff91caa5e35fbd596ef50e56b 100644
--- a/content/common/content_switches.h
+++ b/content/common/content_switches.h
@@ -61,6 +61,7 @@ extern const char kEnableAcceleratedDrawing[];
extern const char kEnableAccessibility[];
extern const char kEnableBenchmarking[];
extern const char kEnableDeviceMotion[];
+extern const char kEnableFixedLayout[];
extern const char kEnableFullScreen[];
extern const char kEnableGPUPlugin[];
extern const char kEnableLogging[];

Powered by Google App Engine
This is Rietveld 408576698