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

Unified Diff: sky/shell/testing/test_runner.h

Issue 1222663003: Rename ViewportObserver to SkyEngine (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: now with moar files Created 5 years, 6 months 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/shell/platform_view.cc ('k') | sky/shell/testing/test_runner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/shell/testing/test_runner.h
diff --git a/sky/shell/testing/test_runner.h b/sky/shell/testing/test_runner.h
index eb27c13d6ebe5ff5da62c8f78c1e9043d0622fd5..7b326abd554ab7cdc47c6b7df4e7eda7eab18c55 100644
--- a/sky/shell/testing/test_runner.h
+++ b/sky/shell/testing/test_runner.h
@@ -11,8 +11,8 @@
#include "base/memory/weak_ptr.h"
#include "mojo/common/weak_binding_set.h"
#include "mojo/public/cpp/application/interface_factory_impl.h"
+#include "sky/services/engine/sky_engine.mojom.h"
#include "sky/services/testing/test_harness.mojom.h"
-#include "sky/services/viewport/viewport_observer.mojom.h"
namespace sky {
namespace shell {
@@ -46,7 +46,7 @@ class TestRunner : public mojo::InterfaceFactory<TestHarness>,
std::string package_root_;
scoped_ptr<ShellView> shell_view_;
- ViewportObserverPtr viewport_observer_;
+ SkyEnginePtr sky_engine_;
std::string single_test_url_;
mojo::WeakBindingSet<TestHarness> bindings_;
« no previous file with comments | « sky/shell/platform_view.cc ('k') | sky/shell/testing/test_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698