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

Unified Diff: third_party/WebKit/Source/core/editing/commands/ReplaceSelectionCommand.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/ReplaceSelectionCommand.h
diff --git a/third_party/WebKit/Source/core/editing/commands/ReplaceSelectionCommand.h b/third_party/WebKit/Source/core/editing/commands/ReplaceSelectionCommand.h
index acd9489baf7caa0da8dcca41f08d41638ebe2f9c..5d470c937d6b377553b60568dd7021ac8b986de3 100644
--- a/third_party/WebKit/Source/core/editing/commands/ReplaceSelectionCommand.h
+++ b/third_party/WebKit/Source/core/editing/commands/ReplaceSelectionCommand.h
@@ -26,6 +26,7 @@
#ifndef ReplaceSelectionCommand_h
#define ReplaceSelectionCommand_h
+#include "core/CoreExport.h"
#include "core/dom/NodeTraversal.h"
#include "core/editing/commands/CompositeEditCommand.h"
@@ -34,7 +35,7 @@ namespace blink {
class DocumentFragment;
class ReplacementFragment;
-class ReplaceSelectionCommand final : public CompositeEditCommand {
+class CORE_EXPORT ReplaceSelectionCommand final : public CompositeEditCommand {
public:
enum CommandOption {
SelectReplacement = 1 << 0,

Powered by Google App Engine
This is Rietveld 408576698