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

Unified Diff: cc/ipc/traits_test_service.mojom

Issue 2659703002: Implemented StructTraits for cc::CopyOutputResult (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/texture_mailbox_struct_traits.h ('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 4e0bb99b6ec4c4c15b1e9e8be3288d80e3cbf8bc..1acde1b5ace15c61ddc9cf796ebc18bc31bcfcfa 100644
--- a/cc/ipc/traits_test_service.mojom
+++ b/cc/ipc/traits_test_service.mojom
@@ -8,6 +8,7 @@ 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/copy_output_result.mojom";
import "cc/ipc/filter_operation.mojom";
import "cc/ipc/filter_operations.mojom";
import "cc/ipc/quads.mojom";
@@ -35,8 +36,10 @@ interface TraitsTestService {
(CompositorFrameMetadata pass);
[Sync]
- EchoCopyOutputRequest(CopyOutputRequest c) =>
- (CopyOutputRequest pass);
+ EchoCopyOutputRequest(CopyOutputRequest c) => (CopyOutputRequest pass);
+
+ [Sync]
+ EchoCopyOutputResult(CopyOutputResult c) => (CopyOutputResult pass);
[Sync]
EchoFilterOperation(FilterOperation f) => (FilterOperation pass);
« no previous file with comments | « cc/ipc/texture_mailbox_struct_traits.h ('k') | cc/ipc/typemaps.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698