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

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

Issue 2884563003: Move WebFrameWidgetBase to core/frame/. (Closed)
Patch Set: Fix windows build error. Created 3 years, 7 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/WebFrameWidgetBase.h
diff --git a/third_party/WebKit/Source/web/WebFrameWidgetBase.h b/third_party/WebKit/Source/core/frame/WebFrameWidgetBase.h
similarity index 97%
rename from third_party/WebKit/Source/web/WebFrameWidgetBase.h
rename to third_party/WebKit/Source/core/frame/WebFrameWidgetBase.h
index ef640ac314754e634c067de03da8f261a52f0703..843c2e3c7f295388325c48acb8891a77ad497637 100644
--- a/third_party/WebKit/Source/web/WebFrameWidgetBase.h
+++ b/third_party/WebKit/Source/core/frame/WebFrameWidgetBase.h
@@ -5,6 +5,7 @@
#ifndef WebFrameWidgetBase_h
#define WebFrameWidgetBase_h
+#include "core/CoreExport.h"
#include "core/clipboard/DataObject.h"
#include "platform/UserGestureIndicator.h"
#include "platform/wtf/Assertions.h"
@@ -24,7 +25,8 @@ class WebViewBase;
class HitTestResult;
struct WebPoint;
-class WebFrameWidgetBase : public WebFrameWidget {
+class CORE_EXPORT WebFrameWidgetBase
+ : public NON_EXPORTED_BASE(WebFrameWidget) {
public:
virtual bool ForSubframe() const = 0;
virtual void ScheduleAnimation() = 0;
« no previous file with comments | « third_party/WebKit/Source/core/frame/BUILD.gn ('k') | third_party/WebKit/Source/core/frame/WebFrameWidgetBase.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698