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

Unified Diff: ash/common/wm/overview/window_selector_item.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 | « ash/common/wm/overview/window_grid.cc ('k') | ash/common/wm/overview/window_selector_item.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/wm/overview/window_selector_item.h
diff --git a/ash/common/wm/overview/window_selector_item.h b/ash/common/wm/overview/window_selector_item.h
index ec503d28ed937405d3331c2876907469c3c6aa8a..bf62659ca3f491090ec49e84d788cf4f0dc88139 100644
--- a/ash/common/wm/overview/window_selector_item.h
+++ b/ash/common/wm/overview/window_selector_item.h
@@ -21,6 +21,10 @@ namespace views {
class ImageButton;
}
+namespace wm {
+class Shadow;
+}
+
namespace ash {
class WindowSelector;
@@ -174,6 +178,9 @@ class ASH_EXPORT WindowSelectorItem : public views::ButtonListener,
// Otherwise it is shown under the window.
std::unique_ptr<views::Widget> window_label_;
+ // Shadow around the item in overview.
+ std::unique_ptr<::wm::Shadow> shadow_;
+
// Label background widget used to fade in opacity when moving selection.
std::unique_ptr<views::Widget> window_label_selector_;
« no previous file with comments | « ash/common/wm/overview/window_grid.cc ('k') | ash/common/wm/overview/window_selector_item.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698