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

Unified Diff: Source/core/css/CSSRule.h

Issue 16209003: Unprefix the @viewport rule of CSS Device Adaptation spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/CSSParser.cpp ('k') | Source/core/css/CSSRule.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSRule.h
diff --git a/Source/core/css/CSSRule.h b/Source/core/css/CSSRule.h
index f7f85c89eab9fe28f6fb31dc3c4b59f03ed18fd3..1c8862d87b92094b87820847973d76c01743e645 100644
--- a/Source/core/css/CSSRule.h
+++ b/Source/core/css/CSSRule.h
@@ -51,7 +51,7 @@ public:
WEBKIT_KEYFRAMES_RULE,
WEBKIT_KEYFRAME_RULE,
SUPPORTS_RULE = 12,
- WEBKIT_VIEWPORT_RULE = 15,
+ VIEWPORT_RULE = 15,
WEBKIT_REGION_RULE = 16,
WEBKIT_FILTER_RULE = 17,
HOST_RULE = 1001,
« no previous file with comments | « Source/core/css/CSSParser.cpp ('k') | Source/core/css/CSSRule.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698