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

Unified Diff: third_party/WebKit/Source/core/frame/ResizeViewportAnchor.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/ResizeViewportAnchor.h
diff --git a/third_party/WebKit/Source/web/ResizeViewportAnchor.h b/third_party/WebKit/Source/core/frame/ResizeViewportAnchor.h
similarity index 95%
rename from third_party/WebKit/Source/web/ResizeViewportAnchor.h
rename to third_party/WebKit/Source/core/frame/ResizeViewportAnchor.h
index 038e41b30195b17c6da63e89a5d3607f1c0ab932..579b65834ed7193e0116fbf0ed14275a2cf15043 100644
--- a/third_party/WebKit/Source/web/ResizeViewportAnchor.h
+++ b/third_party/WebKit/Source/core/frame/ResizeViewportAnchor.h
@@ -5,6 +5,7 @@
#ifndef ResizeViewportAnchor_h
#define ResizeViewportAnchor_h
+#include "core/CoreExport.h"
#include "core/page/Page.h"
#include "platform/heap/Handle.h"
#include "platform/scroll/ScrollTypes.h"
@@ -19,7 +20,7 @@ class FrameView;
// It is needed when the layout viewport grows (causing its own scroll position
// to be clamped) and also when it shrinks (causing the visual viewport's scroll
// position to be clamped).
-class ResizeViewportAnchor final
+class CORE_EXPORT ResizeViewportAnchor final
: public GarbageCollected<ResizeViewportAnchor> {
WTF_MAKE_NONCOPYABLE(ResizeViewportAnchor);
« no previous file with comments | « third_party/WebKit/Source/core/frame/BUILD.gn ('k') | third_party/WebKit/Source/core/frame/ResizeViewportAnchor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698