| Index: sky/engine/core/dom/Element.cpp
|
| diff --git a/sky/engine/core/dom/Element.cpp b/sky/engine/core/dom/Element.cpp
|
| index a99664c539cf3f0012e94a0f2479fadce90c83b3..ee5cd982c6e9fa72904219d0d21855734bccaf90 100644
|
| --- a/sky/engine/core/dom/Element.cpp
|
| +++ b/sky/engine/core/dom/Element.cpp
|
| @@ -1155,8 +1155,6 @@ void Element::focus(bool restorePreviousSelection, FocusType type)
|
| if (!isFocusable())
|
| return;
|
| updateFocusAppearance(restorePreviousSelection);
|
| -
|
| - document().page()->chrome().client().showImeIfNeeded();
|
| }
|
|
|
| void Element::updateFocusAppearance(bool /*restorePreviousSelection*/)
|
|
|