Chromium Code Reviews

Unified Diff: ui/base/ime/win/imm32_manager.cc

Issue 1210013007: clang/win: Fix warnings to prepare for building without -Wno-reorder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@clang-unsequenced
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « ui/base/dragdrop/os_exchange_data_provider_win.cc ('k') | ui/gfx/screen_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ime/win/imm32_manager.cc
diff --git a/ui/base/ime/win/imm32_manager.cc b/ui/base/ime/win/imm32_manager.cc
index 9f1913f2d8b1757eec81be99da1073f8cd4d85dd..711c1b84fa995b433671f205eecc8b7dc930f37d 100644
--- a/ui/base/ime/win/imm32_manager.cc
+++ b/ui/base/ime/win/imm32_manager.cc
@@ -117,9 +117,9 @@ bool IsRTLPrimaryLangID(LANGID lang) {
namespace ui {
IMM32Manager::IMM32Manager()
- : ime_status_(false),
+ : is_composing_(false),
+ ime_status_(false),
input_language_id_(LANG_USER_DEFAULT),
- is_composing_(false),
system_caret_(false),
caret_rect_(-1, -1, 0, 0),
use_composition_window_(false) {
« no previous file with comments | « ui/base/dragdrop/os_exchange_data_provider_win.cc ('k') | ui/gfx/screen_win.cc » ('j') | no next file with comments »

Powered by Google App Engine