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

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

Issue 2706033007: Add SetCharacterDataCommand (Closed)
Patch Set: Remove updateStyleAndLayout(), add DCHECK, add more tests Created 3 years, 10 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 668b52e600a765c6467ed673d1307a7e4982c842..c075cb734cf22be583278058c60ca093fd4eaf6b 100644
--- a/third_party/WebKit/Source/core/editing/commands/EditCommand.h
+++ b/third_party/WebKit/Source/core/editing/commands/EditCommand.h
@@ -78,7 +78,7 @@ enum ShouldAssumeContentIsAlwaysEditable {
DoNotAssumeContentIsAlwaysEditable,
};
-class SimpleEditCommand : public EditCommand {
+class CORE_EXPORT SimpleEditCommand : public EditCommand {
public:
virtual void doUnapply() = 0;
virtual void doReapply(); // calls doApply()

Powered by Google App Engine
This is Rietveld 408576698