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

Unified Diff: chrome/browser/ui/views/frame/immersive_mode_controller_ash.cc

Issue 2694213003: mash: wires up shadows for mash (Closed)
Patch Set: defaults test 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.cc ('k') | components/exo/shell_surface_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/frame/immersive_mode_controller_ash.cc
diff --git a/chrome/browser/ui/views/frame/immersive_mode_controller_ash.cc b/chrome/browser/ui/views/frame/immersive_mode_controller_ash.cc
index 62e7fdd48913bd49be89987fdffb4335e8b26738..e499d4242a0eb48635f106d480a24c42c8d6968a 100644
--- a/chrome/browser/ui/views/frame/immersive_mode_controller_ash.cc
+++ b/chrome/browser/ui/views/frame/immersive_mode_controller_ash.cc
@@ -287,10 +287,6 @@ void ImmersiveModeControllerAsh::CreateMashRevealWidget() {
mash_reveal_widget_->Init(init_params);
mash_reveal_widget_->SetContentsView(
new TopContainerMirrorView(browser_view_->top_container()));
- // Disable the default animation as we want to the window to slide in nicely,
- // not slide and inherit the default window animations.
- mash_reveal_widget_->GetNativeWindow()->SetProperty(
- aura::client::kAnimationsDisabledKey, true);
mash_reveal_widget_->StackAtTop();
mash_reveal_widget_->Show();
}
« no previous file with comments | « ash/mus/window_manager.cc ('k') | components/exo/shell_surface_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698