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

Unified Diff: ui/views/corewm/cursor_manager.h

Issue 145313003: Implement cursor compositing mode on Ash (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Always update cursor image in SetCursor. Fixes initial wrong cursor. Created 6 years, 10 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
Index: ui/views/corewm/cursor_manager.h
diff --git a/ui/views/corewm/cursor_manager.h b/ui/views/corewm/cursor_manager.h
index 29f890ae6bd899d76ea75566801b8187a9523546..9648c0733c0c83cfdd6d34aa56fd1e73f5afebf8 100644
--- a/ui/views/corewm/cursor_manager.h
+++ b/ui/views/corewm/cursor_manager.h
@@ -61,6 +61,8 @@ class VIEWS_EXPORT CursorManager : public aura::client::CursorClient,
virtual void RemoveObserver(
aura::client::CursorClientObserver* observer) OVERRIDE;
+ void SetNativeCursorEnabled(bool enabled);
oshima 2014/02/05 21:49:59 this method should have doc
hshi1 2014/02/05 22:55:58 Done.
+
private:
// Overridden from NativeCursorManagerDelegate:
virtual void CommitCursor(gfx::NativeCursor cursor) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698