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/win/imm32_manager.h

Issue 21189003: Change IME conversion status by focusing input element (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit pick Created 7 years, 4 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 | « content/content_tests.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ime/win/imm32_manager.h
diff --git a/ui/base/ime/win/imm32_manager.h b/ui/base/ime/win/imm32_manager.h
index 08776abbd3207265908cb3bc619bbaf40dfdc31d..17892cb76408699a0be448836e2aa83ac5fb7136 100644
--- a/ui/base/ime/win/imm32_manager.h
+++ b/ui/base/ime/win/imm32_manager.h
@@ -77,7 +77,7 @@ struct CompositionText;
class UI_EXPORT IMM32Manager {
public:
IMM32Manager();
- ~IMM32Manager();
+ virtual ~IMM32Manager();
// Retrieves whether or not there is an ongoing composition.
bool is_composing() const { return is_composing_; }
@@ -241,7 +241,7 @@ class UI_EXPORT IMM32Manager {
base::i18n::TextDirection GetTextDirection() const;
// Sets conversion status corresponding to |input_mode|.
- void SetTextInputMode(HWND window_handle, TextInputMode input_mode);
+ virtual void SetTextInputMode(HWND window_handle, TextInputMode input_mode);
// Helper functions ----------------------------------------------------------
« no previous file with comments | « content/content_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698