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

Unified Diff: cc/ipc/compositor_frame_for_blink.typemap

Issue 2285433002: Use compositor_frame typemap in Blink (Closed)
Patch Set: Adapt to new change after rebase Created 4 years, 3 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/compositor_frame.typemap ('k') | cc/ipc/compositor_frame_metadata.typemap » ('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
new file mode 100644
index 0000000000000000000000000000000000000000..2350610a6302beb101d13585babc5ac6674d1a24
--- /dev/null
+++ b/cc/ipc/compositor_frame_for_blink.typemap
@@ -0,0 +1,40 @@
+# Copyright 2016 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+mojom = "//cc/ipc/compositor_frame.mojom"
+public_headers = [ "//cc/output/compositor_frame.h" ]
+traits_headers = [
+ "//cc/ipc/compositor_frame_metadata_struct_traits.h",
+ "//cc/ipc/compositor_frame_struct_traits.h",
+ "//cc/ipc/filter_operation_struct_traits.h",
+ "//cc/ipc/filter_operations_struct_traits.h",
+ "//cc/ipc/render_pass_id_struct_traits.h",
+ "//cc/ipc/render_pass_struct_traits.h",
+ "//cc/ipc/selection_struct_traits.h",
+ "//cc/ipc/shared_quad_state_struct_traits.h",
+ "//cc/ipc/transferable_resource_struct_traits.h",
+ "//cc/ipc/quads_struct_traits.h",
+ "//gpu/ipc/common/mailbox_holder_struct_traits.h",
+ "//gpu/ipc/common/mailbox_struct_traits.h",
+ "//gpu/ipc/common/sync_token_struct_traits.h",
+ "//ipc/ipc_message_utils.h",
+ "//mojo/common/common_custom_types_struct_traits.h",
+ "//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",
+]
+sources = [
+ "//cc/ipc:struct_traits",
+]
+public_deps = [
+ "//cc",
+ "//gpu/ipc/common:interfaces",
+ "//mojo/common:common_custom_types",
+ "//skia/public/interfaces",
+ "//ui/events/mojo:interfaces",
+ "//ui/gfx/geometry/mojo",
+ "//ui/gfx/mojo",
+]
+type_mappings = [ "cc.mojom.CompositorFrame=cc::CompositorFrame[move_only]" ]
« no previous file with comments | « cc/ipc/compositor_frame.typemap ('k') | cc/ipc/compositor_frame_metadata.typemap » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698