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

Unified Diff: Source/core/dom/ViewportArguments.h

Issue 23038013: [Android WebView] Avoid expanding layout width to match the old WebView (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created a separate setting Created 7 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: Source/core/dom/ViewportArguments.h
diff --git a/Source/core/dom/ViewportArguments.h b/Source/core/dom/ViewportArguments.h
index 65334412bf7bb24d515c996b80288fc97028a0d5..35240c2cba77a51f6850566ae2cf645cdb11ae2f 100644
--- a/Source/core/dom/ViewportArguments.h
+++ b/Source/core/dom/ViewportArguments.h
@@ -54,7 +54,8 @@ struct ViewportArguments {
HandheldFriendlyMeta,
MobileOptimizedMeta,
ViewportMeta,
- CSSDeviceAdaptation
+ CSSDeviceAdaptation,
+ NoExpansionToFillVisualViewport
aelias_OOO_until_Jul13 2013/08/28 21:26:47 Please move it one line up (next to "ViewportMeta"
mnaganov (inactive) 2013/08/29 12:09:54 Done.
} type;
enum {

Powered by Google App Engine
This is Rietveld 408576698