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

Unified Diff: sky/viewer/internals.cc

Issue 797063002: Make reftests work for sky. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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
Index: sky/viewer/internals.cc
diff --git a/sky/viewer/internals.cc b/sky/viewer/internals.cc
index 0288b9cc30d296a29a1f2fc1121100dd524c6f6d..f7c85c6a4906728a1cdb5b58dca69f25c74bdd30 100644
--- a/sky/viewer/internals.cc
+++ b/sky/viewer/internals.cc
@@ -65,7 +65,7 @@ std::string Internals::ContentAsText() {
}
void Internals::NotifyTestComplete(const std::string& test_result) {
- test_harness_->OnTestComplete(test_result);
+ test_harness_->OnTestComplete(test_result, document_view_->GetPixels());
}
mojo::Handle Internals::ConnectToService(

Powered by Google App Engine
This is Rietveld 408576698