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

Unified Diff: ui/aura/desktop.cc

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.cc
===================================================================
--- ui/aura/desktop.cc (revision 102277)
+++ ui/aura/desktop.cc (working copy)
@@ -57,6 +57,10 @@
host_->SetSize(size);
}
+void Desktop::SetCursor(CursorType cursor_type) {
+ host_->SetCursor(cursor_type);
+}
+
void Desktop::Run() {
Show();
MessageLoopForUI::current()->Run(host_.get());

Powered by Google App Engine
This is Rietveld 408576698