| 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 5145d3791c96c6e049e7de8c4b4c31350c7e9a3c..04176760624a512453c13d4a362fad8ffec6ab70 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Element.cpp
|
| @@ -2734,7 +2734,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());
|
| }
|
| }
|
|
|
|
|