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

Unified Diff: third_party/WebKit/public/web/WebMenuSourceType.h

Issue 2785853002: Selection Action mode triggered like a context menu (Closed)
Patch Set: fix rebase 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
« no previous file with comments | « third_party/WebKit/Source/web/WebViewImpl.cpp ('k') | ui/base/ui_base_types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebMenuSourceType.h
diff --git a/third_party/WebKit/public/web/WebMenuSourceType.h b/third_party/WebKit/public/web/WebMenuSourceType.h
index ce2e78ba45fb54893259acc4a9d14d4159d7dbf6..5d97c3f9c08765fdadfa13dda90c0eba945c4159 100644
--- a/third_party/WebKit/public/web/WebMenuSourceType.h
+++ b/third_party/WebKit/public/web/WebMenuSourceType.h
@@ -16,7 +16,8 @@ enum WebMenuSourceType {
kMenuSourceLongPress,
kMenuSourceLongTap,
kMenuSourceTouchHandle,
- kMenuSourceTypeLast = kMenuSourceTouchHandle
+ kMenuSourceStylus,
+ kMenuSourceTypeLast = kMenuSourceStylus
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/web/WebViewImpl.cpp ('k') | ui/base/ui_base_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698