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

Unified Diff: ui/aura/desktop.h

Issue 7977012: Adds a NonClientFrameView for generic toplevel windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 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/aura/desktop.h
===================================================================
--- ui/aura/desktop.h (revision 102277)
+++ ui/aura/desktop.h (working copy)
@@ -9,8 +9,9 @@
#include "base/basictypes.h"
#include "base/memory/ref_counted.h"
#include "base/task.h"
+#include "ui/aura/aura_export.h"
+#include "ui/aura/cursor.h"
#include "ui/aura/root_window.h"
-#include "ui/aura/aura_export.h"
#include "ui/gfx/compositor/compositor.h"
#include "ui/gfx/native_widget_types.h"
@@ -38,6 +39,9 @@
// Sets the size of the desktop.
void SetSize(const gfx::Size& size);
+ // Shows the specified cursor.
+ void SetCursor(CursorType cursor_type);
+
// Shows the desktop host and runs an event loop for it.
void Run();

Powered by Google App Engine
This is Rietveld 408576698