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

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

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/core/script/dart_init.cc ('k') | sky/engine/web/Sky.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/public/sky/sky_view.cc
diff --git a/sky/engine/public/sky/sky_view.cc b/sky/engine/public/sky/sky_view.cc
index a761bbaf3063bbf38f144f3cafdd64595166253f..ace47b268fcf99c351cd879da1a10cc16e7f800f 100644
--- a/sky/engine/public/sky/sky_view.cc
+++ b/sky/engine/public/sky/sky_view.cc
@@ -29,10 +29,6 @@ SkyView::SkyView(SkyViewClient* client)
}
SkyView::~SkyView() {
- // TODO(abarth): Move this work into the DartController destructor once we
- // remove the Frame code path.
- if (dart_controller_)
- dart_controller_->ClearForClose();
}
void SkyView::SetDisplayMetrics(const SkyDisplayMetrics& metrics) {
« no previous file with comments | « sky/engine/core/script/dart_init.cc ('k') | sky/engine/web/Sky.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698