| Index: sky/services/testing/test_harness.mojom
|
| diff --git a/sky/services/testing/test_harness.mojom b/sky/services/testing/test_harness.mojom
|
| index 0b8d375f52b77867e0f0c45e4cd7703abbad0e0a..0b735b8ec607b77ceb585d1adb65e2e21707b0bf 100644
|
| --- a/sky/services/testing/test_harness.mojom
|
| +++ b/sky/services/testing/test_harness.mojom
|
| @@ -7,6 +7,6 @@ module sky;
|
| import "mojo/services/input_events/public/interfaces/input_events.mojom";
|
|
|
| interface TestHarness {
|
| - OnTestComplete(string test_result);
|
| + OnTestComplete(string test_result, array<uint8>? pixels);
|
| DispatchInputEvent(mojo.Event event);
|
| };
|
|
|