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..902bc5a6488608aff706b746310783ab163f51d2 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, string? pixels); |
DispatchInputEvent(mojo.Event event); |
}; |