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

Unified Diff: webkit/glue/chrome_client_impl.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 | « chrome/browser/render_widget_host_view_win.cc ('k') | webkit/glue/chrome_client_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/chrome_client_impl.h
===================================================================
--- webkit/glue/chrome_client_impl.h (revision 7750)
+++ webkit/glue/chrome_client_impl.h (working copy)
@@ -120,6 +120,7 @@
bool focus_on_show);
void SetCursor(const WebCursor& cursor);
+ void SetCursorForPlugin(const WebCursor& cursor);
virtual void enableSuddenTermination();
virtual void disableSuddenTermination();
@@ -133,6 +134,8 @@
bool scrollbars_visible_;
bool menubar_visible_;
bool resizable_;
+ // Set to true if the next SetCursor is to be ignored.
+ bool ignore_next_set_cursor_;
};
#endif // WEBKIT_GLUE_CHROME_CLIENT_IMPL_H__
« no previous file with comments | « chrome/browser/render_widget_host_view_win.cc ('k') | webkit/glue/chrome_client_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698