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

Unified Diff: ui/aura/desktop.h

Issue 8565015: Avoid trying to layout the desktop when its size is set to 0x0 when minimized on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' 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 | « chrome/browser/defaults.cc ('k') | ui/aura/desktop.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/desktop.h
===================================================================
--- ui/aura/desktop.h (revision 110097)
+++ ui/aura/desktop.h (working copy)
@@ -96,8 +96,8 @@
void OnHostResized(const gfx::Size& size);
// Sets the active window to |window| and the focused window to |to_focus|.
- // If |to_focus| is NULL, |window| is focused.
- // |window| can be NULL.
+ // If |to_focus| is NULL, |window| is focused. Does nothing if |window| is
+ // NULL.
void SetActiveWindow(Window* window, Window* to_focus);
// Activates the topmost window. Does nothing if the topmost window is already
« no previous file with comments | « chrome/browser/defaults.cc ('k') | ui/aura/desktop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698