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

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

Issue 145313003: Implement cursor compositing mode on Ash (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix nits. 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.cc
diff --git a/ui/views/corewm/cursor_manager.cc b/ui/views/corewm/cursor_manager.cc
index 2335fdd1cbffb9c1d69eb89e847cef1fe48956c2..2f846c8e29e946b85fda8721383148b96ea6c5d7 100644
--- a/ui/views/corewm/cursor_manager.cc
+++ b/ui/views/corewm/cursor_manager.cc
@@ -207,6 +207,10 @@ void CursorManager::RemoveObserver(
observers_.RemoveObserver(observer);
}
+void CursorManager::SetNativeCursorEnabled(bool enabled) {
+ delegate_->SetNativeCursorEnabled(enabled, this);
+}
+
void CursorManager::CommitCursor(gfx::NativeCursor cursor) {
current_state_->set_cursor(cursor);
}

Powered by Google App Engine
This is Rietveld 408576698