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

Unified Diff: ash/wm/common/always_on_top_controller.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/always_on_top_controller.h
diff --git a/ash/wm/common/always_on_top_controller.h b/ash/wm/common/always_on_top_controller.h
index e89e670153cf2e0137d6f38246efac7a315218d5..f57a42a2d9511ba0d87d1b22b60eb44d4116df3e 100644
--- a/ash/wm/common/always_on_top_controller.h
+++ b/ash/wm/common/always_on_top_controller.h
@@ -36,8 +36,7 @@ class ASH_WM_COMMON_EXPORT AlwaysOnTopController : public wm::WmWindowObserver {
void OnWindowTreeChanged(wm::WmWindow* window,
const TreeChangeParams& params) override;
void OnWindowPropertyChanged(wm::WmWindow* window,
- wm::WmWindowProperty property,
- intptr_t old) override;
+ wm::WmWindowProperty property) override;
void OnWindowDestroying(wm::WmWindow* window) override;
wm::WmWindow* always_on_top_container_;

Powered by Google App Engine
This is Rietveld 408576698