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

Unified Diff: cc/ipc/traits_test_service.mojom

Issue 2655963006: Implemented StructTraits for cc::CopyOutputRequest (Closed)
Patch Set: c Created 3 years, 11 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/struct_traits_unittest.cc ('k') | cc/ipc/typemaps.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/ipc/traits_test_service.mojom
diff --git a/cc/ipc/traits_test_service.mojom b/cc/ipc/traits_test_service.mojom
index b77c187cda8fe07bd847c5e03c48bbce8a90c927..4e0bb99b6ec4c4c15b1e9e8be3288d80e3cbf8bc 100644
--- a/cc/ipc/traits_test_service.mojom
+++ b/cc/ipc/traits_test_service.mojom
@@ -7,6 +7,7 @@ module cc.mojom;
import "cc/ipc/begin_frame_args.mojom";
import "cc/ipc/compositor_frame.mojom";
import "cc/ipc/compositor_frame_metadata.mojom";
+import "cc/ipc/copy_output_request.mojom";
import "cc/ipc/filter_operation.mojom";
import "cc/ipc/filter_operations.mojom";
import "cc/ipc/quads.mojom";
@@ -34,6 +35,10 @@ interface TraitsTestService {
(CompositorFrameMetadata pass);
[Sync]
+ EchoCopyOutputRequest(CopyOutputRequest c) =>
+ (CopyOutputRequest pass);
+
+ [Sync]
EchoFilterOperation(FilterOperation f) => (FilterOperation pass);
[Sync]
« no previous file with comments | « cc/ipc/struct_traits_unittest.cc ('k') | cc/ipc/typemaps.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698