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

Unified Diff: third_party/WebKit/Source/core/editing/commands/EditCommand.h

Issue 2121613003: Include style tags when pasting HTML content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: EditorTestBase. Created 4 years, 5 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/editing/commands/EditCommand.h
diff --git a/third_party/WebKit/Source/core/editing/commands/EditCommand.h b/third_party/WebKit/Source/core/editing/commands/EditCommand.h
index 562137c66bfd10c1b9ca8293a63e42cf6f77da6d..e1a5df16e18f91ba6326adc1162117e841350cab 100644
--- a/third_party/WebKit/Source/core/editing/commands/EditCommand.h
+++ b/third_party/WebKit/Source/core/editing/commands/EditCommand.h
@@ -26,6 +26,7 @@
#ifndef EditCommand_h
#define EditCommand_h
+#include "core/CoreExport.h"
#include "core/editing/VisibleSelection.h"
#include "core/editing/commands/EditAction.h"
#include "platform/heap/Handle.h"
@@ -36,7 +37,7 @@ class CompositeEditCommand;
class Document;
class EditingState;
-class EditCommand : public GarbageCollectedFinalized<EditCommand> {
+class CORE_EXPORT EditCommand : public GarbageCollectedFinalized<EditCommand> {
public:
virtual ~EditCommand();

Powered by Google App Engine
This is Rietveld 408576698