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

Unified Diff: ash/aura/shell_port_classic.h

Issue 2857963003: Add {Lock,Unlock,Show,Hide}Cursor() to the window manager mojom. (Closed)
Patch Set: General cleanup. Created 3 years, 7 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 | « no previous file | ash/aura/shell_port_classic.cc » ('j') | ash/utility/screenshot_controller.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/aura/shell_port_classic.h
diff --git a/ash/aura/shell_port_classic.h b/ash/aura/shell_port_classic.h
index cdf3098075d5899c5470d0998cf52538c20d7993..ba4eebe1a200f424cc03abbf27178c951b178a99 100644
--- a/ash/aura/shell_port_classic.h
+++ b/ash/aura/shell_port_classic.h
@@ -47,6 +47,9 @@ class ASH_EXPORT ShellPortClassic : public ShellPort,
const gfx::Insets& insets) override;
void LockCursor() override;
void UnlockCursor() override;
+ void ShowCursor() override;
+ void HideCursor() override;
+ void SetGlobalOverrideCursor(base::Optional<ui::CursorData> cursor) override;
bool IsMouseEventsEnabled() override;
std::vector<WmWindow*> GetAllRootWindows() override;
void RecordGestureAction(GestureActionType action) override;
« no previous file with comments | « no previous file | ash/aura/shell_port_classic.cc » ('j') | ash/utility/screenshot_controller.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698