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

Unified Diff: Source/core/css/CSSValueKeywords.in

Issue 16646002: Move the CSS Device Adaptation @viewport rule support behind a runtime flag (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: For landing Created 7 years, 6 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 | « Source/core/css/CSSRule.idl ('k') | Source/core/css/CSSViewportRule.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSValueKeywords.in
diff --git a/Source/core/css/CSSValueKeywords.in b/Source/core/css/CSSValueKeywords.in
index 03148150f32e0c09df4385d7cb3c04a49ff1fb60..a63d6c913323a48d2ff6baf8f181afdfe1fa3f6e 100644
--- a/Source/core/css/CSSValueKeywords.in
+++ b/Source/core/css/CSSValueKeywords.in
@@ -782,7 +782,7 @@ reset
// CSS_PROP_USER_ZOOM
//
// fixed
-zoom condition=CSS_DEVICE_ADAPTATION
+zoom
//
// CSS_PROP_MIN_WIDTH
@@ -791,8 +791,8 @@ zoom condition=CSS_DEVICE_ADAPTATION
// CSS_PROP_MAX_HEIGHT
//
// auto
-device-width condition=CSS_DEVICE_ADAPTATION
-device-height condition=CSS_DEVICE_ADAPTATION
+device-width
+device-height
//
// CSS_PROP_POINTER_EVENTS
« no previous file with comments | « Source/core/css/CSSRule.idl ('k') | Source/core/css/CSSViewportRule.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698