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

Unified Diff: third_party/WebKit/Source/core/clipboard/DataObject.h

Issue 2457523003: Support 'insertReplacementText' for spellcheck (Closed)
Patch Set: yosin@ comment#57 #58 addressed Created 4 years, 1 month 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/clipboard/DataObject.h
diff --git a/third_party/WebKit/Source/core/clipboard/DataObject.h b/third_party/WebKit/Source/core/clipboard/DataObject.h
index b1464bb84b114f6a65b4321440a7a8e2a638a9b3..de2a186652657b876c040db8612029ff1143e0fe 100644
--- a/third_party/WebKit/Source/core/clipboard/DataObject.h
+++ b/third_party/WebKit/Source/core/clipboard/DataObject.h
@@ -56,6 +56,7 @@ class CORE_EXPORT DataObject : public GarbageCollectedFinalized<DataObject>,
public:
static DataObject* createFromPasteboard(PasteMode);
+ static DataObject* createFromString(const String&);
static DataObject* create();
static DataObject* create(WebDragData);

Powered by Google App Engine
This is Rietveld 408576698