| 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 0c31e20d226e9dc20127852fee2a8992a415a048..373a6cb5b51fee86e8c2010ccb0b2e9c04483a73 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Element.cpp
|
| @@ -2692,7 +2692,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());
|
| }
|
| }
|
|
|
|
|