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

Unified Diff: sky/engine/public/sky/sky_view.h

Issue 1130353009: Teach SkyView how to load the main script (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 7 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
Index: sky/engine/public/sky/sky_view.h
diff --git a/sky/engine/public/sky/sky_view.h b/sky/engine/public/sky/sky_view.h
index aef82c4058f213be5f51dda8f0970b5e3d2cc710..8a2860a0061c6b421cf14a51ee40a3efef45277e 100644
--- a/sky/engine/public/sky/sky_view.h
+++ b/sky/engine/public/sky/sky_view.h
@@ -13,6 +13,7 @@
#include "third_party/skia/include/core/SkPicture.h"
namespace blink {
+class DartController;
class WebInputEvent;
class SkyView {
@@ -27,6 +28,10 @@ class SkyView {
private:
SkyView();
+
+ std::unique_ptr<DartController> dart_controller_;
+
+ DISALLOW_COPY_AND_ASSIGN(SkyView);
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698