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

Unified Diff: ash/wm/window_mirror_view.h

Issue 2254733003: Add ui::LayerObserver and use it to update Alt+Tab previews as needed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix for other test Created 4 years, 4 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/wm/drag_window_controller.cc ('k') | ash/wm/window_mirror_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/window_mirror_view.h
diff --git a/ash/wm/window_mirror_view.h b/ash/wm/window_mirror_view.h
index c91db5e09f11b7ef08cd363df57c8f31be5fdd41..85b990cab04d156df8aa7ff422a2379461e419a4 100644
--- a/ash/wm/window_mirror_view.h
+++ b/ash/wm/window_mirror_view.h
@@ -36,7 +36,8 @@ class WindowMirrorView : public views::View, public ::wm::LayerDelegateFactory {
void OnVisibleBoundsChanged() override;
// ::wm::LayerDelegateFactory:
- ui::LayerDelegate* CreateDelegate(ui::LayerDelegate* delegate) override;
+ ui::LayerDelegate* CreateDelegate(ui::Layer* new_layer,
+ ui::Layer* layer) override;
private:
void InitLayerOwner();
« no previous file with comments | « ash/wm/drag_window_controller.cc ('k') | ash/wm/window_mirror_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698