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

Unified Diff: third_party/WebKit/Source/core/frame/RotationViewportAnchor.h

Issue 2837503002: Move (Resize|Rotation)ViewportAnchor.* from web/ to core/frame/. (Closed)
Patch Set: Created 3 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
Index: third_party/WebKit/Source/core/frame/RotationViewportAnchor.h
diff --git a/third_party/WebKit/Source/web/RotationViewportAnchor.h b/third_party/WebKit/Source/core/frame/RotationViewportAnchor.h
similarity index 97%
rename from third_party/WebKit/Source/web/RotationViewportAnchor.h
rename to third_party/WebKit/Source/core/frame/RotationViewportAnchor.h
index 1615150d824ac6463086a33151edf5ebec0bf43d..6078be7a251f3063632c69846c21286ed361ce43 100644
--- a/third_party/WebKit/Source/web/RotationViewportAnchor.h
+++ b/third_party/WebKit/Source/core/frame/RotationViewportAnchor.h
@@ -5,6 +5,7 @@
#ifndef RotationViewportAnchor_h
#define RotationViewportAnchor_h
+#include "core/CoreExport.h"
#include "platform/geometry/FloatSize.h"
#include "platform/geometry/IntPoint.h"
#include "platform/geometry/IntRect.h"
@@ -27,7 +28,7 @@ class VisualViewport;
// viewport origin maintains its orientation relative to the anchor. If there is
// no node or it is lost during the resize, we fall back to the resize anchor
// logic.
-class RotationViewportAnchor {
+class CORE_EXPORT RotationViewportAnchor {
STACK_ALLOCATED();
public:

Powered by Google App Engine
This is Rietveld 408576698