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

Unified Diff: ui/events/latency_info.h

Issue 2253293002: Mojo C++ bindings: change the first template parameter of StructTraits and UnionTraits. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@91_extra
Patch Set: rebase Created 4 years, 4 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 | « ui/events/devices/mojo/input_device_struct_traits.cc ('k') | ui/events/mojo/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/latency_info.h
diff --git a/ui/events/latency_info.h b/ui/events/latency_info.h
index 7f99683eca0f671e42ecc163ee48ee9386355266..c69d880193d60b77b6f6786ab8431cb38959a53a 100644
--- a/ui/events/latency_info.h
+++ b/ui/events/latency_info.h
@@ -27,7 +27,7 @@ namespace ui {
#if !defined(OS_IOS)
namespace mojom {
-class LatencyInfo;
+class LatencyInfoDataView;
}
#endif
@@ -238,7 +238,8 @@ class EVENTS_BASE_EXPORT LatencyInfo {
#if !defined(OS_IOS)
friend struct IPC::ParamTraits<ui::LatencyInfo>;
- friend struct mojo::StructTraits<ui::mojom::LatencyInfo, ui::LatencyInfo>;
+ friend struct mojo::StructTraits<ui::mojom::LatencyInfoDataView,
+ ui::LatencyInfo>;
#endif
};
« no previous file with comments | « ui/events/devices/mojo/input_device_struct_traits.cc ('k') | ui/events/mojo/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698