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

Unified Diff: ash/common/wm_window_observer.h

Issue 2042913002: Converts MruWindowTracker to work with common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: not equal Created 4 years, 6 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/common/wm_window.h ('k') | ash/focus_cycler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/wm_window_observer.h
diff --git a/ash/common/wm_window_observer.h b/ash/common/wm_window_observer.h
index 9cf7f345ac59864c4207af01c99006ba5052b02b..fd7250a07f6a6586d44992d881f658ce7e2a027f 100644
--- a/ash/common/wm_window_observer.h
+++ b/ash/common/wm_window_observer.h
@@ -28,6 +28,8 @@ class ASH_EXPORT WmWindowObserver {
// |window| is the window the observer was added to, which is not necessarily
// the window that was added/removed.
+ virtual void OnWindowTreeChanging(WmWindow* window,
+ const TreeChangeParams& params) {}
virtual void OnWindowTreeChanged(WmWindow* window,
const TreeChangeParams& params) {}
@@ -37,6 +39,7 @@ class ASH_EXPORT WmWindowObserver {
virtual void OnWindowStackingChanged(WmWindow* window) {}
virtual void OnWindowDestroying(WmWindow* window) {}
+ virtual void OnWindowDestroyed(WmWindow* window) {}
virtual void OnWindowBoundsChanged(WmWindow* window,
const gfx::Rect& old_bounds,
« no previous file with comments | « ash/common/wm_window.h ('k') | ash/focus_cycler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698