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

Unified Diff: Source/core/dom/Document.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/ViewportStyleResolver.cpp ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Document.h
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
index cfcf654a4a1fb0f5cafbef2510af99903589d02a..c1641cc21ddfa0ffcb60910dc7ea47c582068a51 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -1039,10 +1039,7 @@ public:
void resumeScheduledTasks();
IntSize viewportSize() const;
-
-#if ENABLE(CSS_DEVICE_ADAPTATION)
IntSize initialViewportSize() const;
-#endif
Prerenderer* prerenderer() { return m_prerenderer.get(); }
« no previous file with comments | « Source/core/css/resolver/ViewportStyleResolver.cpp ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698