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

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

Issue 1888153002: WorkspaceLayoutManagerDelegate -> WorkspaceLayoutManagerBackdropDelegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: =default and merge Created 4 years, 8 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.cc ('k') | ash/wm/workspace/workspace_layout_manager_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/workspace/workspace_layout_manager_backdrop_delegate.h
diff --git a/ash/wm/workspace/workspace_layout_manager_delegate.h b/ash/wm/workspace/workspace_layout_manager_backdrop_delegate.h
similarity index 77%
rename from ash/wm/workspace/workspace_layout_manager_delegate.h
rename to ash/wm/workspace/workspace_layout_manager_backdrop_delegate.h
index cdc76c21eca8d3c7960a7ba7f7b5936dc4b6840b..c994a1cb70912e695fd5253ff5cfddd77f48eda9 100644
--- a/ash/wm/workspace/workspace_layout_manager_delegate.h
+++ b/ash/wm/workspace/workspace_layout_manager_backdrop_delegate.h
@@ -2,9 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef ASH_WM_WORKSPACE_WORKSPACE_LAYOUT_MANAGER_DELEGATE_H_
-#define ASH_WM_WORKSPACE_WORKSPACE_LAYOUT_MANAGER_DELEGATE_H_
+#ifndef ASH_WM_WORKSPACE_WORKSPACE_LAYOUT_MANAGER_BACKDROP_DELEGATE_H_
+#define ASH_WM_WORKSPACE_WORKSPACE_LAYOUT_MANAGER_BACKDROP_DELEGATE_H_
+#include "ash/ash_export.h"
#include "ash/wm/wm_types.h"
namespace aura {
@@ -18,10 +19,9 @@ class WindowState;
// A delegate which can be set to create and control a backdrop which gets
// placed below the top level window.
-class WorkspaceLayoutManagerDelegate {
+class ASH_EXPORT WorkspaceLayoutManagerBackdropDelegate {
public:
- WorkspaceLayoutManagerDelegate() {}
- virtual ~WorkspaceLayoutManagerDelegate() {}
+ virtual ~WorkspaceLayoutManagerBackdropDelegate() {}
// A window got added to the layout.
virtual void OnWindowAddedToLayout(aura::Window* child) = 0;
@@ -46,4 +46,4 @@ class WorkspaceLayoutManagerDelegate {
} // namespace ash
-#endif // ASH_WM_WORKSPACE_WORKSPACE_LAYOUT_MANAGER_DELEGATE_H_
+#endif // ASH_WM_WORKSPACE_WORKSPACE_LAYOUT_MANAGER_BACKDROP_DELEGATE_H_
« no previous file with comments | « ash/wm/workspace/workspace_layout_manager.cc ('k') | ash/wm/workspace/workspace_layout_manager_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698