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

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: cleanup 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..9e5301b9ea2d95f52944cab289a016fa00d758c3 100644
--- a/sky/viewer/internals.cc
+++ b/sky/viewer/internals.cc
@@ -65,7 +65,8 @@ std::string Internals::ContentAsText() {
}
void Internals::NotifyTestComplete(const std::string& test_result) {
- test_harness_->OnTestComplete(test_result);
+ test_harness_->OnTestComplete(test_result,
+ document_view_->GetPixelsForTesting());
}
mojo::Handle Internals::ConnectToService(

Powered by Google App Engine
This is Rietveld 408576698