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

Unified Diff: ash/shell.h

Issue 145313003: Implement cursor compositing mode on Ash (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Get rid changes in ui/views/. Let Shell call AshNativeCursorManager directly. 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
« no previous file with comments | « ash/display/mouse_cursor_event_filter.cc ('k') | ash/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index 4d15cd3083da3d815489318c62031e64606d1e2c..fd249dcf15e1c4d72135bfdc184e30e43d64dada 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -537,6 +537,10 @@ class ASH_EXPORT Shell
// returned object.
ash::FirstRunHelper* CreateFirstRunHelper();
+ // Toggles cursor compositing on/off. Native cursor is disabled when cursor
+ // compositing is enabled, and vice versa.
+ void SetCursorCompositingEnabled(bool enabled);
+
StickyKeysController* sticky_keys_controller() {
return sticky_keys_controller_.get();
}
« no previous file with comments | « ash/display/mouse_cursor_event_filter.cc ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698