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

Unified Diff: ash/wm/workspace_controller.h

Issue 2890733005: Refactor backdrop that is currently used in the maximized mode. (Closed)
Patch Set: fix memory issue in AshTouchExplorationManager Created 3 years, 7 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_layout_manager_unittest.cc ('k') | ash/wm/workspace_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/workspace_controller.h
diff --git a/ash/wm/workspace_controller.h b/ash/wm/workspace_controller.h
index 1fce7fc6b86075106060629c6377a76bf452bea3..d55c8b960a20d78edb65eaca5437a4905626f298 100644
--- a/ash/wm/workspace_controller.h
+++ b/ash/wm/workspace_controller.h
@@ -15,7 +15,7 @@
namespace ash {
class WorkspaceEventHandler;
class WorkspaceLayoutManager;
-class WorkspaceLayoutManagerBackdropDelegate;
+class BackdropDelegate;
namespace test {
class WorkspaceControllerTestApi;
@@ -37,8 +37,7 @@ class ASH_EXPORT WorkspaceController : public aura::WindowObserver {
// Add a delegate which adds a backdrop behind the top window of the default
// workspace.
- void SetMaximizeBackdropDelegate(
- std::unique_ptr<WorkspaceLayoutManagerBackdropDelegate> delegate);
+ void SetBackdropDelegate(std::unique_ptr<BackdropDelegate> delegate);
WorkspaceLayoutManager* layout_manager() { return layout_manager_; }
« no previous file with comments | « ash/wm/workspace/workspace_layout_manager_unittest.cc ('k') | ash/wm/workspace_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698