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

Unified Diff: cc/ipc/compositor_frame_for_blink.typemap

Issue 2783973002: Moving LatencyInfo into a separate component. (Closed)
Patch Set: Rebase again Created 3 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
« no previous file with comments | « cc/ipc/cc_serialization_perftest.cc ('k') | cc/ipc/compositor_frame_metadata.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/ipc/compositor_frame_for_blink.typemap
diff --git a/cc/ipc/compositor_frame_for_blink.typemap b/cc/ipc/compositor_frame_for_blink.typemap
index 49f3df4c5a73779eb3eeefe353fcd2c8ac5573b0..9fbd8a96723b05a92d9e491d832136580191db0b 100644
--- a/cc/ipc/compositor_frame_for_blink.typemap
+++ b/cc/ipc/compositor_frame_for_blink.typemap
@@ -22,7 +22,7 @@ traits_headers = [
"//skia/public/interfaces/image_filter_struct_traits.h",
"//ui/gfx/mojo/selection_bound_struct_traits.h",
"//ui/gfx/mojo/transform_struct_traits.h",
- "//ui/events/mojo/latency_info_struct_traits.h",
+ "//ui/latency/mojo/latency_info_struct_traits.h",
]
public_deps = [
"//cc",
@@ -30,8 +30,8 @@ public_deps = [
"//gpu/ipc/common:interfaces",
"//mojo/common:common_custom_types",
"//skia/public/interfaces",
- "//ui/events/mojo:interfaces",
"//ui/gfx/geometry/mojo",
"//ui/gfx/mojo",
+ "//ui/latency/mojo:interfaces",
]
type_mappings = [ "cc.mojom.CompositorFrame=cc::CompositorFrame[move_only]" ]
« no previous file with comments | « cc/ipc/cc_serialization_perftest.cc ('k') | cc/ipc/compositor_frame_metadata.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698