Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(25)

Unified Diff: ui/base/ime/input_method_tsf.h

Issue 17370002: Implement InputMethodTSF (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/base/ime/input_method_tsf.cc » ('j') | ui/base/ime/input_method_tsf.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ime/input_method_tsf.h
diff --git a/ui/base/ime/input_method_tsf.h b/ui/base/ime/input_method_tsf.h
index 8935f4440e5a6e55ad627a7f7c55a961e2caff65..4847c7481d3a927053e4d921037241839ec101b5 100644
--- a/ui/base/ime/input_method_tsf.h
+++ b/ui/base/ime/input_method_tsf.h
@@ -1,4 +1,4 @@
-// Copyright 2013 The Chromium Authors. All rights reserved.
+// Copyright (c) 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -39,6 +39,10 @@ class UI_EXPORT InputMethodTSF : public InputMethodWin {
// Asks the client to confirm current composition text.
void ConfirmCompositionText();
+ // Returns true if the Win32 native window bound to |client| has Win32 input
+ // focus.
+ bool IsWindowFocused(const TextInputClient* client) const;
+
DISALLOW_COPY_AND_ASSIGN(InputMethodTSF);
};
« no previous file with comments | « no previous file | ui/base/ime/input_method_tsf.cc » ('j') | ui/base/ime/input_method_tsf.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698