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

Unified Diff: ui/events/blink/input_handler_proxy.cc

Issue 2944523002: Improving flat containers interface. (Closed)
Patch Set: Other platforms compilation 2. Created 3 years, 5 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 | « content/browser/devtools/protocol/target_auto_attacher.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/blink/input_handler_proxy.cc
diff --git a/ui/events/blink/input_handler_proxy.cc b/ui/events/blink/input_handler_proxy.cc
index 2512c511b447065d277ba397b261118bcbcfccd0..892c8f373972e7d2184464dc78976be0d1404a4e 100644
--- a/ui/events/blink/input_handler_proxy.cc
+++ b/ui/events/blink/input_handler_proxy.cc
@@ -187,7 +187,7 @@ void ReportInputEventLatencyUma(const WebInputEvent& event,
ui::LatencyInfo::LatencyMap::const_iterator it =
latency_info.latency_components().find(std::make_pair(
- ui::INPUT_EVENT_LATENCY_ORIGINAL_COMPONENT, 0));
+ ui::INPUT_EVENT_LATENCY_ORIGINAL_COMPONENT, static_cast<int64_t>(0)));
if (it == latency_info.latency_components().end())
return;
« no previous file with comments | « content/browser/devtools/protocol/target_auto_attacher.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698