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

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

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/CSSViewportRule.h ('k') | Source/core/css/CSSViewportRule.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSViewportRule.cpp
diff --git a/Source/core/css/CSSViewportRule.cpp b/Source/core/css/CSSViewportRule.cpp
index 3d6afeb666555b74c9119ce3e1baa086c4522e3f..91d2c3ab26bd3102fe1e3d969e75ae0b5e49af5b 100644
--- a/Source/core/css/CSSViewportRule.cpp
+++ b/Source/core/css/CSSViewportRule.cpp
@@ -31,8 +31,6 @@
#include "config.h"
#include "core/css/CSSViewportRule.h"
-#if ENABLE(CSS_DEVICE_ADAPTATION)
-
#include "core/css/PropertySetCSSStyleDeclaration.h"
#include "core/css/StylePropertySet.h"
#include "core/css/StyleRule.h"
@@ -95,5 +93,3 @@ void CSSViewportRule::reportMemoryUsage(MemoryObjectInfo* memoryObjectInfo) cons
}
} // namespace WebCore
-
-#endif // ENABLE(CSS_DEVICE_ADAPTATION)
« no previous file with comments | « Source/core/css/CSSViewportRule.h ('k') | Source/core/css/CSSViewportRule.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698