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

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

Issue 2558643003: [InputEvent] Move 'beforeinput' logic into |CompositeEditCommand::willApplyEditing()| (3/3) (Closed)
Patch Set: yosin's review, fix nits Created 4 years 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 de2a186652657b876c040db8612029ff1143e0fe..1f579f13db3c055ba53cb6c60386efee5a58c5c1 100644
--- a/third_party/WebKit/Source/core/clipboard/DataObject.h
+++ b/third_party/WebKit/Source/core/clipboard/DataObject.h
@@ -56,6 +56,8 @@ class CORE_EXPORT DataObject : public GarbageCollectedFinalized<DataObject>,
public:
static DataObject* createFromPasteboard(PasteMode);
+ static DataObject* createFromPlainTextAndHTML(const String& plainText,
+ const String& htmlText);
static DataObject* createFromString(const String&);
static DataObject* create();
static DataObject* create(WebDragData);

Powered by Google App Engine
This is Rietveld 408576698