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

Unified Diff: content/common/input/input_event.h

Issue 1391843006: Embed keyboard shortcut bit in WebKeyboardEvent (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix mac test compile Created 5 years, 2 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: content/common/input/input_event.h
diff --git a/content/common/input/input_event.h b/content/common/input/input_event.h
index 4c13e061e1625cdbc93ea9b9e207e7875f2c90cf..71a3f2bac0c28ebe9492f7cfd0a132759f9bad28 100644
--- a/content/common/input/input_event.h
+++ b/content/common/input/input_event.h
@@ -22,13 +22,11 @@ class CONTENT_EXPORT InputEvent {
public:
InputEvent();
InputEvent(const blink::WebInputEvent& web_event,
- const ui::LatencyInfo& latency_info,
- bool is_keyboard_shortcut);
+ const ui::LatencyInfo& latency_info);
~InputEvent();
ScopedWebInputEvent web_event;
ui::LatencyInfo latency_info;
- bool is_keyboard_shortcut;
private:
DISALLOW_COPY_AND_ASSIGN(InputEvent);
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_mac_unittest.mm ('k') | content/common/input/input_event.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698