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

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

Issue 2692663002: Gut ash::MaterialDesignController, and remove the about:flags entry. (Closed)
Patch Set: yet another rebase Created 3 years, 10 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
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 ccd3959fa12160812e36e1b09c0df8e2589ca648..2d8759829352f205840eba1f6eb17613f9370b95 100644
--- a/ash/common/wm/overview/window_selector_item.h
+++ b/ash/common/wm/overview/window_selector_item.h
@@ -26,10 +26,6 @@ namespace views {
class ImageButton;
}
-namespace wm {
-class Shadow;
-}
-
namespace ash {
class WindowSelector;
@@ -198,9 +194,6 @@ class ASH_EXPORT WindowSelectorItem : public views::ButtonListener,
// NOT_DRAWN layer since most of its surface is transparent.
std::unique_ptr<views::Widget> item_widget_;
- // Shadow around the item in overview.
- std::unique_ptr<::wm::Shadow> shadow_;
-
// Container view that owns a Button view covering the |transform_window_|.
// That button serves as an event shield to receive all events such as clicks
// targeting the |transform_window_| or the overview header above the window.
« no previous file with comments | « ash/common/test/material_design_controller_test_api.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