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

Unified Diff: sky/tools/tester/test_harness_impl.h

Issue 797063002: Make reftests work for sky. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: address review comments Created 6 years 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 | « sky/tests/harness/reftest-mismatch-expected-mismatch.sky ('k') | sky/tools/tester/test_harness_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tools/tester/test_harness_impl.h
diff --git a/sky/tools/tester/test_harness_impl.h b/sky/tools/tester/test_harness_impl.h
index 01d0c7583817b2e71318a52f556bf2b9b5874ebe..8a597035b86c9bdb2f35dbf765b69a2408ac884b 100644
--- a/sky/tools/tester/test_harness_impl.h
+++ b/sky/tools/tester/test_harness_impl.h
@@ -21,7 +21,8 @@ class TestHarnessImpl : public mojo::InterfaceImpl<TestHarness> {
private:
// TestHarness implementation.
- void OnTestComplete(const mojo::String& test_result) override;
+ void OnTestComplete(const mojo::String& test_result,
+ const mojo::Array<uint8_t> pixels) override;
void DispatchInputEvent(mojo::EventPtr event) override;
base::WeakPtr<TestRunner> test_runner_;
« no previous file with comments | « sky/tests/harness/reftest-mismatch-expected-mismatch.sky ('k') | sky/tools/tester/test_harness_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698