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

Unified Diff: ash/mus/window_manager.cc

Issue 2690363002: chromeos: removes mash shadows (Closed)
Patch Set: merge 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
« no previous file with comments | « ash/mus/window_manager.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/window_manager.cc
diff --git a/ash/mus/window_manager.cc b/ash/mus/window_manager.cc
index ce905d7b293578c5c780cb37bb54754476b2f8e6..03a99b4d11fad1a1e3b1432d03b0edd272141bf2 100644
--- a/ash/mus/window_manager.cc
+++ b/ash/mus/window_manager.cc
@@ -20,7 +20,6 @@
#include "ash/mus/non_client_frame_controller.h"
#include "ash/mus/property_util.h"
#include "ash/mus/screen_mus.h"
-#include "ash/mus/shadow_controller.h"
#include "ash/mus/shell_delegate_mus.h"
#include "ash/mus/top_level_window_factory.h"
#include "ash/mus/window_properties.h"
@@ -100,8 +99,6 @@ void WindowManager::Init(
base::MakeUnique<views::PointerWatcherEventRouter>(
window_tree_client_.get());
- shadow_controller_ = base::MakeUnique<ShadowController>();
-
ui::mojom::FrameDecorationValuesPtr frame_decoration_values =
ui::mojom::FrameDecorationValues::New();
const gfx::Insets client_area_insets =
@@ -253,7 +250,6 @@ void WindowManager::Shutdown() {
Shell::DeleteInstance();
lookup_.reset();
- shadow_controller_.reset();
pointer_watcher_event_router_.reset();
« no previous file with comments | « ash/mus/window_manager.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698