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

Unified Diff: win8/metro_driver/chrome_app_view_ash.h

Issue 11446078: Add suport for changing cursors (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years 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
Index: win8/metro_driver/chrome_app_view_ash.h
===================================================================
--- win8/metro_driver/chrome_app_view_ash.h (revision 171601)
+++ win8/metro_driver/chrome_app_view_ash.h (working copy)
@@ -32,6 +32,8 @@
IFACEMETHOD(Run)();
IFACEMETHOD(Uninitialize)();
+ void OnSetCursor(HCURSOR cursor);
+
private:
HRESULT OnActivate(winapp::Core::ICoreApplicationView* view,
winapp::Activation::IActivatedEventArgs* args);

Powered by Google App Engine
This is Rietveld 408576698