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

Unified Diff: sky/engine/web/Sky.cpp

Issue 1210253005: Factor dart_init.cc out of dart_controller.cc (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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/engine/public/sky/sky_view.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/web/Sky.cpp
diff --git a/sky/engine/web/Sky.cpp b/sky/engine/web/Sky.cpp
index 2aa1382829243ffc71fde7f5b4c159fdc199b363..7d79f596f1d9147a1fd3495efa436fd61a07ada7 100644
--- a/sky/engine/web/Sky.cpp
+++ b/sky/engine/web/Sky.cpp
@@ -39,7 +39,7 @@
#include "sky/engine/core/frame/Settings.h"
#include "sky/engine/core/Init.h"
#include "sky/engine/core/page/Page.h"
-#include "sky/engine/core/script/dart_controller.h"
+#include "sky/engine/core/script/dart_init.h"
#include "sky/engine/platform/LayoutTestSupport.h"
#include "sky/engine/platform/Logging.h"
#include "sky/engine/public/platform/Platform.h"
@@ -141,7 +141,7 @@ void initialize(Platform* platform)
// this, initializing this lazily probably doesn't buy us much.
WTF::UTF8Encoding();
- DartController::InitVM();
+ InitDartVM();
addMessageLoopObservers();
}
« no previous file with comments | « sky/engine/public/sky/sky_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698