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

Unified Diff: ui/aura/desktop.h

Issue 8465021: Add ShellAcceleratorController that managers global keyboard accelerators. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Move AcceleratorPressed to Shell from Desktop Created 9 years, 1 month 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 | ui/aura/desktop.cc » ('j') | ui/aura_shell/shell.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/desktop.h
diff --git a/ui/aura/desktop.h b/ui/aura/desktop.h
index 10e7f64efa02aa96c6d863ddedcb64aeceeaf7a5..9d237f1e0374a5ae2cac79897416ccef66f75f61 100644
--- a/ui/aura/desktop.h
+++ b/ui/aura/desktop.h
@@ -136,6 +136,14 @@ class AURA_EXPORT Desktop : public ui::CompositorDelegate,
// Overridden from Window:
virtual void SetTransform(const ui::Transform& transform) OVERRIDE;
+#if !defined(NDEBUG)
+ // Toggles the host's full screen state.
+ void ToggleFullScreen();
+
+ // Rotates the screen.
+ void Rotate();
+#endif
+
private:
// Called whenever the mouse moves, tracks the current |mouse_moved_handler_|,
// sending exited and entered events as its value changes.
« no previous file with comments | « no previous file | ui/aura/desktop.cc » ('j') | ui/aura_shell/shell.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698