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

Unified Diff: Source/core/events/TreeScopeEventContext.h

Issue 1170963002: Componentization: make core classes visible for blink_tests and blink_web. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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/core/events/NodeEventContext.h ('k') | Source/core/frame/OriginsUsingFeatures.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/TreeScopeEventContext.h
diff --git a/Source/core/events/TreeScopeEventContext.h b/Source/core/events/TreeScopeEventContext.h
index 32d52bb93902c4b56a3d04db58bf6cfec251d5af..1dad8e30b1dd75d03d917023319a9db258bdceab 100644
--- a/Source/core/events/TreeScopeEventContext.h
+++ b/Source/core/events/TreeScopeEventContext.h
@@ -27,6 +27,7 @@
#ifndef TreeScopeEventContext_h
#define TreeScopeEventContext_h
+#include "core/CoreExport.h"
#include "core/dom/Node.h"
#include "core/dom/TreeScope.h"
#include "core/events/EventTarget.h"
@@ -44,7 +45,7 @@ typedef StaticNodeTypeList<Node> StaticNodeList;
class TouchEventContext;
class TreeScope;
-class TreeScopeEventContext final : public RefCountedWillBeGarbageCollected<TreeScopeEventContext> {
+class CORE_EXPORT TreeScopeEventContext final : public RefCountedWillBeGarbageCollected<TreeScopeEventContext> {
DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(TreeScopeEventContext);
public:
static PassRefPtrWillBeRawPtr<TreeScopeEventContext> create(TreeScope&);
« no previous file with comments | « Source/core/events/NodeEventContext.h ('k') | Source/core/frame/OriginsUsingFeatures.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698