Index: win8/metro_driver/chrome_app_view_ash.h |
diff --git a/win8/metro_driver/chrome_app_view_ash.h b/win8/metro_driver/chrome_app_view_ash.h |
index 102d010c1d5b7b522bc9936f8ca00c544b19ec4c..ca0dad50ab7035589f2031d7a73972a1ee2b7e5a 100644 |
--- a/win8/metro_driver/chrome_app_view_ash.h |
+++ b/win8/metro_driver/chrome_app_view_ash.h |
@@ -238,6 +238,9 @@ class ChromeAppViewAsh |
// The win32 dpi scale which is queried via GetDeviceCaps. Please refer to |
// ui/gfx/win/dpi.cc for more information. |
float win32_dpi_scale_; |
+ |
+ // The cursor set by the chroem browser process. |
+ HCURSOR last_cursor_; |
}; |
#endif // WIN8_METRO_DRIVER_CHROME_APP_VIEW_ASH_H_ |