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

Side by Side Diff: win8/metro_driver/chrome_app_view_ash.h

Issue 560633002: Ensure that mouse lock works correctly on Chrome ASH in Windows 8. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Build errors Created 6 years, 3 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 unified diff | Download patch
« no previous file with comments | « ui/aura/remote_window_tree_host_win.cc ('k') | win8/metro_driver/chrome_app_view_ash.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef WIN8_METRO_DRIVER_CHROME_APP_VIEW_ASH_H_ 5 #ifndef WIN8_METRO_DRIVER_CHROME_APP_VIEW_ASH_H_
6 #define WIN8_METRO_DRIVER_CHROME_APP_VIEW_ASH_H_ 6 #define WIN8_METRO_DRIVER_CHROME_APP_VIEW_ASH_H_
7 7
8 #include <windows.applicationmodel.core.h> 8 #include <windows.applicationmodel.core.h>
9 #include <windows.ui.core.h> 9 #include <windows.ui.core.h>
10 #include <windows.ui.input.h> 10 #include <windows.ui.input.h>
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 231
232 // For IME support. 232 // For IME support.
233 scoped_ptr<metro_driver::InputSource> input_source_; 233 scoped_ptr<metro_driver::InputSource> input_source_;
234 scoped_ptr<metro_driver::TextService> text_service_; 234 scoped_ptr<metro_driver::TextService> text_service_;
235 235
236 // The metro device scale factor as reported by the winrt interfaces. 236 // The metro device scale factor as reported by the winrt interfaces.
237 float metro_dpi_scale_; 237 float metro_dpi_scale_;
238 // The win32 dpi scale which is queried via GetDeviceCaps. Please refer to 238 // The win32 dpi scale which is queried via GetDeviceCaps. Please refer to
239 // ui/gfx/win/dpi.cc for more information. 239 // ui/gfx/win/dpi.cc for more information.
240 float win32_dpi_scale_; 240 float win32_dpi_scale_;
241
242 // The cursor set by the chroem browser process.
243 HCURSOR last_cursor_;
241 }; 244 };
242 245
243 #endif // WIN8_METRO_DRIVER_CHROME_APP_VIEW_ASH_H_ 246 #endif // WIN8_METRO_DRIVER_CHROME_APP_VIEW_ASH_H_
OLDNEW
« no previous file with comments | « ui/aura/remote_window_tree_host_win.cc ('k') | win8/metro_driver/chrome_app_view_ash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698