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

Unified Diff: Source/core/inspector/LayoutEditor.h

Issue 1212123003: Componentization: make symbols visible. (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
Index: Source/core/inspector/LayoutEditor.h
diff --git a/Source/core/inspector/LayoutEditor.h b/Source/core/inspector/LayoutEditor.h
index ae43c529ea95e4118a2cce9f6066a6a66e99e4c1..ed00810ee69fff58985f9f6e1b8de7565dd937f2 100644
--- a/Source/core/inspector/LayoutEditor.h
+++ b/Source/core/inspector/LayoutEditor.h
@@ -6,6 +6,7 @@
#define LayoutEditor_h
#include "core/CSSPropertyNames.h"
+#include "core/CoreExport.h"
#include "core/dom/Node.h"
#include "core/inspector/InspectorOverlayHost.h"
#include "platform/heap/Handle.h"
@@ -18,7 +19,7 @@ namespace blink {
class JSONObject;
class InspectorCSSAgent;
-class LayoutEditor final: public NoBaseWillBeGarbageCollectedFinalized<LayoutEditor>, public InspectorOverlayHost::LayoutEditorListener {
+class CORE_EXPORT LayoutEditor final: public NoBaseWillBeGarbageCollectedFinalized<LayoutEditor>, public InspectorOverlayHost::LayoutEditorListener {
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(LayoutEditor);
public:
static PassOwnPtrWillBeRawPtr<LayoutEditor> create(InspectorCSSAgent* cssAgent)

Powered by Google App Engine
This is Rietveld 408576698