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

Unified Diff: third_party/WebKit/Source/core/events/InputEvent.h

Issue 2558643003: [InputEvent] Move 'beforeinput' logic into |CompositeEditCommand::willApplyEditing()| (3/3) (Closed)
Patch Set: xiaocheng's review: Isolate |UndoStep| code; Move attribuates to private 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/events/InputEvent.h
diff --git a/third_party/WebKit/Source/core/events/InputEvent.h b/third_party/WebKit/Source/core/events/InputEvent.h
index 3d0f4f2e99d264ef0cc202835672f795611b6fd2..9fd55425522a35dfeb917a038dcccbb52170e973 100644
--- a/third_party/WebKit/Source/core/events/InputEvent.h
+++ b/third_party/WebKit/Source/core/events/InputEvent.h
@@ -91,8 +91,7 @@ class InputEvent final : public UIEvent {
const RangeVector*);
static InputEvent* createInput(InputType,
const String& data,
- EventIsComposing,
- const RangeVector*);
Xiaocheng 2016/12/21 02:56:39 It doesn't seem relevant to beforeinput.
chongz 2016/12/21 23:59:24 Reverted, will put in another patch.
+ EventIsComposing);
String inputType() const;
const String& data() const { return m_data; }

Powered by Google App Engine
This is Rietveld 408576698