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

Unified Diff: ash/wm/common/wm_window_observer.h

Issue 1997633004: Removes |old| parameter from OnWindowPropertyChanged() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
Index: ash/wm/common/wm_window_observer.h
diff --git a/ash/wm/common/wm_window_observer.h b/ash/wm/common/wm_window_observer.h
index 1da0f866349ecc16da8dd69b1ff61b4f7b97756b..576109fd76c6ff4b8e08bd1f8183e0196a7635a7 100644
--- a/ash/wm/common/wm_window_observer.h
+++ b/ash/wm/common/wm_window_observer.h
@@ -33,8 +33,7 @@ class ASH_WM_COMMON_EXPORT WmWindowObserver {
const TreeChangeParams& params) {}
virtual void OnWindowPropertyChanged(WmWindow* window,
- WmWindowProperty property,
- intptr_t old) {}
+ WmWindowProperty property) {}
virtual void OnWindowStackingChanged(WmWindow* window) {}

Powered by Google App Engine
This is Rietveld 408576698