| 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),
|
|
|