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

Unified Diff: cc/ipc/transferable_resource.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/surface_sequence_struct_traits.h ('k') | cc/ipc/transferable_resource_struct_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/ipc/transferable_resource.typemap
diff --git a/cc/ipc/transferable_resource.typemap b/cc/ipc/transferable_resource.typemap
index ad06d9a18b6f7c4880a8a6991341c48463a7c250..4a0b051d5c7b19c609cd98750fbbc02581609a4e 100644
--- a/cc/ipc/transferable_resource.typemap
+++ b/cc/ipc/transferable_resource.typemap
@@ -6,18 +6,6 @@ mojom = "//cc/ipc/transferable_resource.mojom"
public_headers = [ "//cc/resources/transferable_resource.h" ]
traits_headers = [ "//cc/ipc/transferable_resource_struct_traits.h" ]
sources = [
- "//cc/ipc/transferable_resource_struct_traits.cc",
-]
-deps = [
- "//cc",
- "//gpu/command_buffer/common",
- "//skia",
-]
-public_deps = [
- "//cc",
- "//gpu/command_buffer/common",
- "//skia",
- "//ui/gfx",
- "//ui/gfx/geometry",
+ "//cc/ipc:struct_traits",
]
type_mappings = [ "cc.mojom.TransferableResource=cc::TransferableResource" ]
« no previous file with comments | « cc/ipc/surface_sequence_struct_traits.h ('k') | cc/ipc/transferable_resource_struct_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698