| 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 fede332a2a2928310f90628608d2ca216e46e7f0..d5ea539ee3527b4a3f90bb8e3b32abb76b499bdf 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Element.cpp
|
| @@ -2666,7 +2666,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().showImeIfNeeded();
|
| + document().page()->chromeClient().showVirtualKeyboard();
|
| }
|
| }
|
|
|
|
|