Implement <sky-input>

This CL contains a basic input element.

R=esprehn@chromium.org

Review URL: https://codereview.chromium.org/831353003
This commit is contained in:
Adam Barth 2015-01-08 13:22:00 -08:00
parent 5f587b2878
commit 2d28e8cbbd

View File

@ -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_);