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

Unified Diff: content/browser/renderer_host/input/input_router_impl.cc

Issue 157003005: Replace std::map with base::SmallMap in ui::LatencyInfo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 9 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/renderer_host/input/input_router_impl.cc
diff --git a/content/browser/renderer_host/input/input_router_impl.cc b/content/browser/renderer_host/input/input_router_impl.cc
index 9ca4489dc5c6e401adb1582c55dba727c203b7a5..bc17077507067b78519eefb2045635c0838536da 100644
--- a/content/browser/renderer_host/input/input_router_impl.cc
+++ b/content/browser/renderer_host/input/input_router_impl.cc
@@ -104,7 +104,7 @@ GestureEventWithLatencyInfo MakeGestureEvent(WebInputEvent::Type type,
int x,
int y,
int modifiers,
- const ui::LatencyInfo latency) {
+ const ui::LatencyInfo& latency) {
WebGestureEvent result;
result.type = type;
« no previous file with comments | « chrome/browser/ui/views/autofill/autofill_popup_base_view_browsertest.cc ('k') | content/renderer/render_widget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698