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

Unified Diff: ash/common/wm/overview/window_grid.h

Issue 2150823002: [ash-md] Implements a shadow over overview items and selector (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: [ash-md] Implements a shadow over overview items and selector (nits) Created 4 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 | « no previous file | ash/common/wm/overview/window_grid.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/wm/overview/window_grid.h
diff --git a/ash/common/wm/overview/window_grid.h b/ash/common/wm/overview/window_grid.h
index 04b8b9e150c393b8e445aca3354bd5625f32b183..f9678ff483ac6bc9d19e890830be2d19ab10fd19 100644
--- a/ash/common/wm/overview/window_grid.h
+++ b/ash/common/wm/overview/window_grid.h
@@ -20,6 +20,10 @@ namespace views {
class Widget;
}
+namespace wm {
+class Shadow;
+}
+
namespace ash {
class WindowSelectorItem;
@@ -174,6 +178,9 @@ class ASH_EXPORT WindowGrid : public WmWindowObserver {
// Widget that indicates to the user which is the selected window.
std::unique_ptr<views::Widget> selection_widget_;
+ // Shadow around the selector.
+ std::unique_ptr<::wm::Shadow> selector_shadow_;
+
// Current selected window position.
size_t selected_index_;
« no previous file with comments | « no previous file | ash/common/wm/overview/window_grid.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698