| Index: sky/viewer/document_view.cc
|
| diff --git a/sky/viewer/document_view.cc b/sky/viewer/document_view.cc
|
| index 8125379b263e6f91c9dfd0d514939b9fe1fd8e0e..cf48567326bc26586232d47481fbbeba49e07d77 100644
|
| --- a/sky/viewer/document_view.cc
|
| +++ b/sky/viewer/document_view.cc
|
| @@ -126,8 +126,6 @@ void DocumentView::OnEmbed(
|
| // TODO(abarth): We should ask the view whether it is focused instead of
|
| // assuming that we're focused.
|
| web_view_->setFocus(true);
|
| - // Needed on android, as the window does not get the focus otherwise.
|
| - root_->SetFocus();
|
| root_->AddObserver(this);
|
| }
|
|
|
|
|