diff options
Diffstat (limited to 'chrome/browser/render_widget_host_view_win.h')
-rw-r--r-- | chrome/browser/render_widget_host_view_win.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/chrome/browser/render_widget_host_view_win.h b/chrome/browser/render_widget_host_view_win.h index be3c6b5..df6457c 100644 --- a/chrome/browser/render_widget_host_view_win.h +++ b/chrome/browser/render_widget_host_view_win.h @@ -212,11 +212,8 @@ class RenderWidgetHostViewWin : // The associated Model. RenderWidgetHost* render_widget_host_; - // The cursor for the page. This is passed up from the renderer. - HCURSOR cursor_; - - // True if cursor_ is a custom cursor that needs to be destroyed later. - bool cursor_is_custom_; + // The cursor for the page. This is passed up from the renderer. + WebCursor current_cursor_; // Indicates if the page is loading. bool is_loading_; |