| Index: third_party/WebKit/Source/core/dom/Element.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Element.cpp b/third_party/WebKit/Source/core/dom/Element.cpp
|
| index 03583eda3b36d35f71497a02778a6aaf8280ea5a..830756a22fed672af68d4b2cc5ba5cba6e34e3bb 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Element.cpp
|
| @@ -2678,7 +2678,8 @@ void Element::focus(const FocusParams& params) {
|
| // gesture. Since tracking that across arbitrary boundaries (eg.
|
| // animations) is difficult, for now we match IE's heuristic and bring
|
| // up the keyboard if there's been any gesture since load.
|
| - document().page()->chromeClient().showVirtualKeyboardOnElementFocus();
|
| + document().page()->chromeClient().showVirtualKeyboardOnElementFocus(
|
| + document().frame());
|
| }
|
| }
|
|
|
|
|