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

Unified Diff: ash/common/wm/maximize_mode/workspace_backdrop_delegate.h

Issue 2792773002: Fullscreen backdrop window for maximize mode (Closed)
Patch Set: updated the test Created 3 years, 9 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 | « no previous file | ash/common/wm/maximize_mode/workspace_backdrop_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/wm/maximize_mode/workspace_backdrop_delegate.h
diff --git a/ash/common/wm/maximize_mode/workspace_backdrop_delegate.h b/ash/common/wm/maximize_mode/workspace_backdrop_delegate.h
index 4145c2cb4cfc69e798bfc37fc98b63d43a6ee728..60f72fbe34bdc6a51034e41ed4328f0816d96f14 100644
--- a/ash/common/wm/maximize_mode/workspace_backdrop_delegate.h
+++ b/ash/common/wm/maximize_mode/workspace_backdrop_delegate.h
@@ -35,25 +35,17 @@ class ASH_EXPORT WorkspaceBackdropDelegate
void OnWindowStackingChanged(WmWindow* window) override;
void OnPostWindowStateTypeChange(wm::WindowState* window_state,
wm::WindowStateType old_type) override;
- void OnDisplayWorkAreaInsetsChanged() override;
private:
- class WindowObserverImpl;
-
// Restack the backdrop relatively to the other windows in the container.
void RestackBackdrop();
// Returns the current visible top level window in the container.
WmWindow* GetCurrentTopWindow();
- // Position & size the background over the container window.
- void AdjustToContainerBounds();
-
// Show the overlay.
void Show();
- std::unique_ptr<WindowObserverImpl> container_observer_;
-
// The background which covers the rest of the screen.
views::Widget* background_ = nullptr;
// WmWindow for |background_|.
« no previous file with comments | « no previous file | ash/common/wm/maximize_mode/workspace_backdrop_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698