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

Unified Diff: cc/ipc/traits_test_service.mojom

Issue 2740833005: [cc] Pass on BeginFrameAcks from CompositorEBFS through RWHVAura, DFH. (Closed)
Patch Set: address security comments Created 3 years, 9 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
Index: cc/ipc/traits_test_service.mojom
diff --git a/cc/ipc/traits_test_service.mojom b/cc/ipc/traits_test_service.mojom
index 1acde1b5ace15c61ddc9cf796ebc18bc31bcfcfa..0f994dc652a1173668f7c2c20fd5792787251de0 100644
--- a/cc/ipc/traits_test_service.mojom
+++ b/cc/ipc/traits_test_service.mojom
@@ -29,6 +29,9 @@ interface TraitsTestService {
EchoBeginFrameArgs(BeginFrameArgs b) => (BeginFrameArgs pass);
[Sync]
+ EchoBeginFrameAck(BeginFrameAck b) => (BeginFrameAck pass);
+
+ [Sync]
EchoCompositorFrame(CompositorFrame c) => (CompositorFrame pass);
[Sync]

Powered by Google App Engine
This is Rietveld 408576698