Chromium Code Reviews| Index: ui/base/ime/win/tsf_bridge.h |
| =================================================================== |
| --- ui/base/ime/win/tsf_bridge.h (revision 193425) |
| +++ ui/base/ime/win/tsf_bridge.h (working copy) |
| @@ -67,6 +67,9 @@ |
| // Obtains current thread manager. |
| virtual base::win::ScopedComPtr<ITfThreadMgr> GetThreadManager() = 0; |
| + // Returns the focused text input client. |
| + virtual TextInputClient* GetFocusedTextInputClient() const = 0; |
| + |
| protected: |
| // Uses GetInstance() instead. |
| TSFBridge(); |