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

Unified Diff: chrome/browser/render_widget_host_view_win.h

Issue 15088: Add support for custom cursors set by windowless plugins. Windowless plugins... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/render_widget_host_view_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/render_widget_host_view_win.h
===================================================================
--- chrome/browser/render_widget_host_view_win.h (revision 7750)
+++ chrome/browser/render_widget_host_view_win.h (working copy)
@@ -212,12 +212,9 @@
// The associated Model.
RenderWidgetHost* render_widget_host_;
- // The cursor for the page. This is passed up from the renderer.
- HCURSOR cursor_;
+ // The cursor for the page. This is passed up from the renderer.
+ WebCursor current_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_;
« no previous file with comments | « no previous file | chrome/browser/render_widget_host_view_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698