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

Unified Diff: sky/tools/debugger/debugger.cc

Issue 831353003: Implement <sky-input> (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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/framework/sky-input.sky ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tools/debugger/debugger.cc
diff --git a/sky/tools/debugger/debugger.cc b/sky/tools/debugger/debugger.cc
index 54d874e0c0d0592d10a27149840e19dbacfabe39..9f49e3266470cf773e622de76596a5d0ffb78689 100644
--- a/sky/tools/debugger/debugger.cc
+++ b/sky/tools/debugger/debugger.cc
@@ -58,7 +58,7 @@ void SkyDebugger::OnEmbed(
content_->SetVisible(true);
window_manager_app_->InitFocus(
- make_scoped_ptr(new window_manager::BasicFocusRules(content_)));
+ make_scoped_ptr(new window_manager::BasicFocusRules(root_)));
if (!pending_url_.empty())
NavigateToURL(pending_url_);
« no previous file with comments | « sky/framework/sky-input.sky ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698