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

Unified Diff: ash/wm/workspace/workspace_layout_manager.h

Issue 19460014: Do not create workspace for fullscreen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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 | « ash/wm/workspace/workspace.cc ('k') | ash/wm/workspace/workspace_layout_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/workspace/workspace_layout_manager.h
diff --git a/ash/wm/workspace/workspace_layout_manager.h b/ash/wm/workspace/workspace_layout_manager.h
index 65246d2dc9ccde0ee324aec809bd1f1b9167c71d..c955259e6ff3ea8286fcaa80b58617828d57aef3 100644
--- a/ash/wm/workspace/workspace_layout_manager.h
+++ b/ash/wm/workspace/workspace_layout_manager.h
@@ -70,13 +70,9 @@ class ASH_EXPORT WorkspaceLayoutManager
private:
typedef std::set<aura::Window*> WindowSet;
- // Invoked when the show state of a window changes. |cloned_layer| is a clone
- // of the windows layer tree. |cloned_layer| is only non-NULL if a cross fade
- // should happen between the states. This method takes ownership of
- // |cloned_layer|.
+ // Invoked when the show state of a window changes.
void ShowStateChanged(aura::Window* window,
- ui::WindowShowState last_show_state,
- ui::Layer* cloned_layer);
+ ui::WindowShowState last_show_state);
enum AdjustWindowReason {
ADJUST_WINDOW_SCREEN_SIZE_CHANGED,
« no previous file with comments | « ash/wm/workspace/workspace.cc ('k') | ash/wm/workspace/workspace_layout_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698