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

Unified Diff: win8/metro_driver/chrome_app_view_ash.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 | « ui/views/win/hwnd_message_handler.cc ('k') | win8/metro_driver/file_picker_ash.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: win8/metro_driver/chrome_app_view_ash.cc
diff --git a/win8/metro_driver/chrome_app_view_ash.cc b/win8/metro_driver/chrome_app_view_ash.cc
index 65e07ba913e6e95a59f955e9aa68a458dbb1cd16..5ec2b205137bf13a9fa6396251f3fb152b7f6bd4 100644
--- a/win8/metro_driver/chrome_app_view_ash.cc
+++ b/win8/metro_driver/chrome_app_view_ash.cc
@@ -348,9 +348,9 @@ class ChromeAppViewAsh::PointerInfoHandler {
: x_(0),
y_(0),
wheel_delta_(0),
+ pointer_id_(0),
update_kind_(winui::Input::PointerUpdateKind_Other),
timestamp_(0),
- pointer_id_(0),
mouse_down_flags_(0),
is_horizontal_wheel_(0),
metro_dpi_scale_(metro_dpi_scale),
« no previous file with comments | « ui/views/win/hwnd_message_handler.cc ('k') | win8/metro_driver/file_picker_ash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698