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

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

Issue 23691017: [Android WebView] Treat zero values in viewport arguments specially (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
« no previous file with comments | « no previous file | Source/core/dom/ViewportArguments.cpp » ('j') | Source/web/WebSettingsImpl.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/ViewportArguments.h
diff --git a/Source/core/dom/ViewportArguments.h b/Source/core/dom/ViewportArguments.h
index ea9a44e60a3897fc7dea694aa2383cfdc953ff9b..d8dada5e37aa9786fe3d5a2b2d6d468ad3de5aa0 100644
--- a/Source/core/dom/ViewportArguments.h
+++ b/Source/core/dom/ViewportArguments.h
@@ -54,7 +54,7 @@ struct ViewportArguments {
HandheldFriendlyMeta,
MobileOptimizedMeta,
ViewportMeta,
- ViewportMetaLayoutSizeQuirk,
+ ViewportMetaLayoutSizeAndZeroValuesQuirk,
rune 2013/09/02 06:25:14 Is it important that these quirks can be turned on
kenneth.r.christiansen 2013/09/02 06:45:04 I would also really like to have these be runtime
mnaganov (inactive) 2013/09/02 13:25:53 No. We can assume that they are constant during th
CSSDeviceAdaptation
} type;
« no previous file with comments | « no previous file | Source/core/dom/ViewportArguments.cpp » ('j') | Source/web/WebSettingsImpl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698