summaryrefslogtreecommitdiffstats
path: root/chrome/browser/render_widget_host_view_win.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/render_widget_host_view_win.h')
-rw-r--r--chrome/browser/render_widget_host_view_win.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/browser/render_widget_host_view_win.h b/chrome/browser/render_widget_host_view_win.h
index 1d15674..ce0497b7 100644
--- a/chrome/browser/render_widget_host_view_win.h
+++ b/chrome/browser/render_widget_host_view_win.h
@@ -210,11 +210,11 @@ class RenderWidgetHostViewWin :
// The associated Model.
RenderWidgetHost* render_widget_host_;
- // The real cursor type for the page.
- WebCursor::Type real_cursor_type_;
+ // The cursor for the page. This is passed up from the renderer.
+ HCURSOR cursor_;
- // The real cursor for the page. This is passed down from the renderer
- HCURSOR real_cursor_;
+ // True if cursor_ is a custom cursor that needs to be destroyed later.
+ bool cursor_is_custom_;
// Indicates if the page is loading.
bool is_loading_;