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

Unified Diff: Source/WebKit/chromium/src/ViewportAnchor.h

Issue 13854008: Unguard VIEWPORT (always enabled) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Repatch to ToT Created 7 years, 8 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/WebKit/chromium/src/ChromeClientImpl.cpp ('k') | Source/WebKit/chromium/src/ViewportAnchor.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/src/ViewportAnchor.h
diff --git a/Source/WebKit/chromium/src/ViewportAnchor.h b/Source/WebKit/chromium/src/ViewportAnchor.h
index ade2ce35e9ee54bef27d729d98b3c7b551f762b9..5cbc120c566a6939b848484aac53dbf11fe8aef0 100644
--- a/Source/WebKit/chromium/src/ViewportAnchor.h
+++ b/Source/WebKit/chromium/src/ViewportAnchor.h
@@ -52,7 +52,6 @@ namespace WebKit {
// node; as the node moves or the view is resized, the viewport anchor maintains
// its orientation relative to the node, and the viewport origin maintains its
// orientation relative to the anchor.
-#if ENABLE(VIEWPORT)
class ViewportAnchor {
WTF_MAKE_NONCOPYABLE(ViewportAnchor);
public:
@@ -73,7 +72,6 @@ private:
WebCore::FloatSize m_anchorInViewCoords;
WebCore::FloatSize m_anchorInNodeCoords;
};
-#endif // ENABLE(VIEWPORT)
} // namespace WebKit
« no previous file with comments | « Source/WebKit/chromium/src/ChromeClientImpl.cpp ('k') | Source/WebKit/chromium/src/ViewportAnchor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698