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

Unified Diff: third_party/WebKit/public/platform/WebInputEvent.h

Issue 2785853002: Selection Action mode triggered like a context menu (Closed)
Patch Set: fix tests Created 3 years, 7 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/public/platform/WebInputEvent.h
diff --git a/third_party/WebKit/public/platform/WebInputEvent.h b/third_party/WebKit/public/platform/WebInputEvent.h
index 362d189be0b596725767eeb0c8ac8df94f09a076..3ae6d732ce1318a14bb27a2c58a046a5509bb510 100644
--- a/third_party/WebKit/public/platform/WebInputEvent.h
+++ b/third_party/WebKit/public/platform/WebInputEvent.h
@@ -234,6 +234,8 @@ class WebInputEvent {
kBackButtonDown = 1 << 20,
kForwardButtonDown = 1 << 21,
+ kSelectAll = 1 << 22,
+
// The set of non-stateful modifiers that specifically change the
// interpretation of the key being pressed. For example; IsLeft,
// IsRight, IsComposing don't change the meaning of the key

Powered by Google App Engine
This is Rietveld 408576698