| 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 c927d5529e62df2d6b7902397c038d70af440bc3..ec190b9eb3180c9aba1f4f611b65ef4fdf1c69da 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Element.cpp
|
| @@ -2665,7 +2665,7 @@ 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().showVirtualKeyboard();
|
| + document().page()->chromeClient().showVirtualKeyboardOnElementFocus();
|
| }
|
| }
|
|
|
|
|