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

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

Issue 2777863003: [InputEvent] Distinguish between soft line and hard line (Closed)
Patch Set: 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/events/InputEvent.h
diff --git a/third_party/WebKit/Source/core/events/InputEvent.h b/third_party/WebKit/Source/core/events/InputEvent.h
index 03d6497a49dccecb11cb8b283c8393f087203330..785708f67289159b9e786705d3d36bc4eb7f295a 100644
--- a/third_party/WebKit/Source/core/events/InputEvent.h
+++ b/third_party/WebKit/Source/core/events/InputEvent.h
@@ -41,8 +41,10 @@ class InputEvent final : public UIEvent {
// Deletion.
DeleteWordBackward,
DeleteWordForward,
- DeleteLineBackward,
- DeleteLineForward,
+ DeleteSoftLineBackward,
+ DeleteSoftLineForward,
+ DeleteHardLineBackward,
+ DeleteHardLineForward,
DeleteContentBackward,
DeleteContentForward,
DeleteByCut,

Powered by Google App Engine
This is Rietveld 408576698