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

Unified Diff: ash/aura/wm_window_aura.cc

Issue 2190963002: Ash window cycle ui: don't create mirrored layers for previews until (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/wm/window_mirror_view.h » ('j') | ash/wm/window_mirror_view.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/aura/wm_window_aura.cc
diff --git a/ash/aura/wm_window_aura.cc b/ash/aura/wm_window_aura.cc
index 82a18dd4ab68793f972c2539c234b87964839341..a56418c470f91ff9c3b9281e2be5db6865616451 100644
--- a/ash/aura/wm_window_aura.cc
+++ b/ash/aura/wm_window_aura.cc
@@ -646,7 +646,6 @@ void WmWindowAura::SetDescendantsStayInSameRootWindow(bool value) {
std::unique_ptr<views::View> WmWindowAura::CreateViewWithRecreatedLayers() {
std::unique_ptr<wm::WindowMirrorView> view(new wm::WindowMirrorView(this));
- view->Init();
return std::move(view);
}
« no previous file with comments | « no previous file | ash/wm/window_mirror_view.h » ('j') | ash/wm/window_mirror_view.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698