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

Unified Diff: content/browser/renderer_host/render_widget_host_input_event_router.cc

Issue 1496103002: Reusing base::IdType<...> to implement SurfaceId. Base URL: https://chromium.googlesource.com/chromium/src.git@type-safe-id-base
Patch Set: Rebasing + dusting off... Created 4 years, 10 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/renderer_host/render_widget_host_input_event_router.h ('k') | content/common/cc_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/render_widget_host_input_event_router.cc
diff --git a/content/browser/renderer_host/render_widget_host_input_event_router.cc b/content/browser/renderer_host/render_widget_host_input_event_router.cc
index 67bbd4e1528e801023b0571c4054729aa7bd9452..9760491867fba1853fea839e2b9861615f0f9041 100644
--- a/content/browser/renderer_host/render_widget_host_input_event_router.cc
+++ b/content/browser/renderer_host/render_widget_host_input_event_router.cc
@@ -14,7 +14,7 @@
namespace content {
RenderWidgetHostInputEventRouter::HittestDelegate::HittestDelegate(
- const std::unordered_map<cc::SurfaceId, HittestData, cc::SurfaceIdHash>&
+ const std::unordered_map<cc::SurfaceId, HittestData, cc::SurfaceId::Hasher>&
hittest_data)
: hittest_data_(hittest_data) {}
« no previous file with comments | « content/browser/renderer_host/render_widget_host_input_event_router.h ('k') | content/common/cc_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698