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

Unified Diff: content/browser/frame_host/render_widget_host_view_child_frame.h

Issue 2756893002: Add Keyboard Latency UMA Metrics. (Closed)
Patch Set: Restrict to RawKeyDown and Char events on Android & Mac 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: content/browser/frame_host/render_widget_host_view_child_frame.h
diff --git a/content/browser/frame_host/render_widget_host_view_child_frame.h b/content/browser/frame_host/render_widget_host_view_child_frame.h
index 213581d2ec1527df24f84dece81463c439dee614..df99f2de3dd8fe15eac048c23ed8b2fefc707c16 100644
--- a/content/browser/frame_host/render_widget_host_view_child_frame.h
+++ b/content/browser/frame_host/render_widget_host_view_child_frame.h
@@ -123,7 +123,8 @@ class CONTENT_EXPORT RenderWidgetHostViewChildFrame
bool LockMouse() override;
void UnlockMouse() override;
cc::FrameSinkId GetFrameSinkId() override;
- void ProcessKeyboardEvent(const NativeWebKeyboardEvent& event) override;
+ void ProcessKeyboardEvent(const NativeWebKeyboardEvent& event,
+ const ui::LatencyInfo& latency) override;
void ProcessMouseEvent(const blink::WebMouseEvent& event,
const ui::LatencyInfo& latency) override;
void ProcessMouseWheelEvent(const blink::WebMouseWheelEvent& event,
« no previous file with comments | « chrome/browser/ui/views/find_bar_host.cc ('k') | content/browser/frame_host/render_widget_host_view_child_frame.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698