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

Unified Diff: win8/metro_driver/metro_driver_win7.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. 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 | « win8/metro_driver/ime/text_store.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: win8/metro_driver/metro_driver_win7.cc
diff --git a/win8/metro_driver/metro_driver_win7.cc b/win8/metro_driver/metro_driver_win7.cc
index 9c4b90d11c35203908c1f7f023596a8eb98dc4f8..3ace04caee0a06327e53b95281b2c12e2be42b5c 100644
--- a/win8/metro_driver/metro_driver_win7.cc
+++ b/win8/metro_driver/metro_driver_win7.cc
@@ -538,8 +538,7 @@ class CoreWindowEmulation
public InputHandler {
public:
CoreWindowEmulation(winapp::Core::IFrameworkView* app_view)
- : core_hwnd_(NULL),
- mouse_moved_handler_(NULL),
+ : mouse_moved_handler_(NULL),
mouse_capture_lost_handler_(NULL),
mouse_pressed_handler_(NULL),
mouse_released_handler_(NULL),
@@ -549,6 +548,7 @@ class CoreWindowEmulation
key_down_handler_(NULL),
key_up_handler_(NULL),
character_received_handler_(NULL),
+ core_hwnd_(NULL),
app_view_(app_view),
window_activated_handler_(NULL) {
dispatcher_ = mswr::Make<CoreDispatcherEmulation>(this);
« no previous file with comments | « win8/metro_driver/ime/text_store.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698