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

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

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/ViewportAnchor.h ('k') | Source/WebKit/chromium/src/WebViewImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/src/ViewportAnchor.cpp
diff --git a/Source/WebKit/chromium/src/ViewportAnchor.cpp b/Source/WebKit/chromium/src/ViewportAnchor.cpp
index bae316bba1e0e2ca2e70a86ea3dd8a2cb613244f..c07df1dc2d727270010f44006010c38d6d292dee 100644
--- a/Source/WebKit/chromium/src/ViewportAnchor.cpp
+++ b/Source/WebKit/chromium/src/ViewportAnchor.cpp
@@ -36,8 +36,6 @@
#include "core/page/EventHandler.h"
#include "core/rendering/HitTestResult.h"
-#if ENABLE(VIEWPORT)
-
using namespace WebCore;
namespace WebKit {
@@ -127,5 +125,3 @@ IntPoint ViewportAnchor::computeOrigin(const IntSize& currentViewSize) const
}
} // namespace WebKit
-
-#endif // ENABLE(VIEWPORT)
« no previous file with comments | « Source/WebKit/chromium/src/ViewportAnchor.h ('k') | Source/WebKit/chromium/src/WebViewImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698