Index: ash/shell.cc |
diff --git a/ash/shell.cc b/ash/shell.cc |
index a01990e3f85d5f06dfe9ce57a7837c351c3f897f..ceba6b9476ff5d6627914a8d2ca15f1cc182478e 100644 |
--- a/ash/shell.cc |
+++ b/ash/shell.cc |
@@ -559,6 +559,13 @@ void Shell::DoInitialWorkspaceAnimation() { |
DoInitialAnimation(); |
} |
+#if defined(OS_CHROMEOS) && defined(USE_X11) |
+void Shell::SetCursorCompositingEnabled(bool enabled) { |
+ display_controller_->SetCursorCompositingEnabled(enabled); |
+ cursor_manager_.SetNativeCursorEnabled(!enabled); |
+} |
+#endif |
+ |
//////////////////////////////////////////////////////////////////////////////// |
// Shell, private: |