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:
parent
5f587b2878
commit
2d28e8cbbd
@ -58,7 +58,7 @@ void SkyDebugger::OnEmbed(
|
|||||||
content_->SetVisible(true);
|
content_->SetVisible(true);
|
||||||
|
|
||||||
window_manager_app_->InitFocus(
|
window_manager_app_->InitFocus(
|
||||||
make_scoped_ptr(new window_manager::BasicFocusRules(content_)));
|
make_scoped_ptr(new window_manager::BasicFocusRules(root_)));
|
||||||
|
|
||||||
if (!pending_url_.empty())
|
if (!pending_url_.empty())
|
||||||
NavigateToURL(pending_url_);
|
NavigateToURL(pending_url_);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user