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

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

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/CSSValueKeywords.in ('k') | Source/core/css/CSSViewportRule.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSViewportRule.h
diff --git a/Source/core/css/CSSViewportRule.h b/Source/core/css/CSSViewportRule.h
index d800e166ed43d1f7367c48eb2ea0aee4b82db75a..ba0f23a3101ad410841be9fdbb74f4700debe40c 100644
--- a/Source/core/css/CSSViewportRule.h
+++ b/Source/core/css/CSSViewportRule.h
@@ -31,8 +31,6 @@
#ifndef CSSViewportRule_h
#define CSSViewportRule_h
-#if ENABLE(CSS_DEVICE_ADAPTATION)
-
#include "core/css/CSSRule.h"
namespace WebCore {
@@ -66,5 +64,3 @@ private:
} // namespace WebCore
#endif // CSSViewportRule_h
-
-#endif // ENABLE(CSS_DEVICE_ADAPTATION)
« no previous file with comments | « Source/core/css/CSSValueKeywords.in ('k') | Source/core/css/CSSViewportRule.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698