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

Unified Diff: content/renderer/gpu/input_event_filter.h

Issue 16213002: Add telemetry to track the time an event spent waiting for the main thread. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: patch Created 7 years, 6 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/renderer/gpu/input_event_filter.h
diff --git a/content/renderer/gpu/input_event_filter.h b/content/renderer/gpu/input_event_filter.h
index 1f44e09015e1dbf152eb4ff1d214383da65b4fae..fc96f00de1c3dff4a3e2c68dfa706e21569cd06a 100644
--- a/content/renderer/gpu/input_event_filter.h
+++ b/content/renderer/gpu/input_event_filter.h
@@ -60,7 +60,8 @@ class CONTENT_EXPORT InputEventFilter
// Expects a InputMsg_HandleInputEvent message.
static const WebKit::WebInputEvent* CrackMessage(
const IPC::Message& message,
- ui::LatencyInfo* latency_info);
+ ui::LatencyInfo* latency_info,
+ bool* is_keyboard_shortcut);
private:
friend class IPC::ChannelProxy::MessageFilter;

Powered by Google App Engine
This is Rietveld 408576698