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

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

Issue 2782823002: Make InsertIncrementalTextCommand to handle surrogate pair (Closed)
Patch Set: 2017-03-29T16:13:30 Created 3 years, 9 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/InsertIncrementalTextCommand.h
diff --git a/third_party/WebKit/Source/core/editing/commands/InsertIncrementalTextCommand.h b/third_party/WebKit/Source/core/editing/commands/InsertIncrementalTextCommand.h
index 4236e1b7964baffa0de1c54a1390d8a849e9eca8..7086c564262ac132aff095f74398b72b3b45faeb 100644
--- a/third_party/WebKit/Source/core/editing/commands/InsertIncrementalTextCommand.h
+++ b/third_party/WebKit/Source/core/editing/commands/InsertIncrementalTextCommand.h
@@ -9,7 +9,8 @@
namespace blink {
-class InsertIncrementalTextCommand final : public InsertTextCommand {
+class CORE_EXPORT InsertIncrementalTextCommand final
+ : public InsertTextCommand {
public:
static InsertIncrementalTextCommand* create(
Document&,

Powered by Google App Engine
This is Rietveld 408576698