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

Unified Diff: Source/core/css/resolver/ViewportStyleResolver.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/resolver/StyleResolver.cpp ('k') | Source/core/css/resolver/ViewportStyleResolver.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/resolver/ViewportStyleResolver.h
diff --git a/Source/core/css/resolver/ViewportStyleResolver.h b/Source/core/css/resolver/ViewportStyleResolver.h
index 2b1cd82d8363a16506f4217e4e2b6c82007426f7..66995613e3890be7ebf10eedf0c97acf62a64e1d 100644
--- a/Source/core/css/resolver/ViewportStyleResolver.h
+++ b/Source/core/css/resolver/ViewportStyleResolver.h
@@ -30,8 +30,6 @@
#ifndef ViewportStyleResolver_h
#define ViewportStyleResolver_h
-#if ENABLE(CSS_DEVICE_ADAPTATION)
-
#include "CSSPropertyNames.h"
#include "core/platform/graphics/FloatSize.h"
#include "wtf/RefCounted.h"
@@ -69,6 +67,4 @@ private:
} // namespace WebCore
-#endif // ENABLE(CSS_DEVICE_ADAPTATION)
-
#endif // ViewportStyleResolver_h
« no previous file with comments | « Source/core/css/resolver/StyleResolver.cpp ('k') | Source/core/css/resolver/ViewportStyleResolver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698