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

Unified Diff: cc/ipc/transferable_resource.typemap

Issue 2092843002: Implement CompositorFrame Struct Traits (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed dcheng's comments Created 4 years, 6 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/traits_test_service.mojom ('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 60009323399ba129e9ad101b1d60e52810101817..ad06d9a18b6f7c4880a8a6991341c48463a7c250 100644
--- a/cc/ipc/transferable_resource.typemap
+++ b/cc/ipc/transferable_resource.typemap
@@ -5,11 +5,19 @@
mojom = "//cc/ipc/transferable_resource.mojom"
public_headers = [ "//cc/resources/transferable_resource.h" ]
traits_headers = [ "//cc/ipc/transferable_resource_struct_traits.h" ]
-deps = [ "//cc", "//gpu/command_buffer/common", "//skia",]
+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",
+ "//skia",
+ "//ui/gfx",
"//ui/gfx/geometry",
]
type_mappings = [ "cc.mojom.TransferableResource=cc::TransferableResource" ]
« no previous file with comments | « cc/ipc/traits_test_service.mojom ('k') | cc/ipc/transferable_resource_struct_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698