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

Unified Diff: ash/wm/common/panels/panel_layout_manager.cc

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/panels/panel_layout_manager.cc
diff --git a/ash/wm/common/panels/panel_layout_manager.cc b/ash/wm/common/panels/panel_layout_manager.cc
index 205242eb964706fa1d84faab06126936467f87f6..8f02d58af218cfc225252f31f3ece216bc9c5d2b 100644
--- a/ash/wm/common/panels/panel_layout_manager.cc
+++ b/ash/wm/common/panels/panel_layout_manager.cc
@@ -447,9 +447,9 @@ void PanelLayoutManager::OnShelfAlignmentChanged() {
/////////////////////////////////////////////////////////////////////////////
// PanelLayoutManager, WindowObserver implementation:
-void PanelLayoutManager::OnWindowPropertyChanged(wm::WmWindow* window,
- wm::WmWindowProperty property,
- intptr_t old) {
+void PanelLayoutManager::OnWindowPropertyChanged(
+ wm::WmWindow* window,
+ wm::WmWindowProperty property) {
// Trigger a relayout to position the panels whenever the panel icon is set
// or changes.
if (property == wm::WmWindowProperty::SHELF_ID)

Powered by Google App Engine
This is Rietveld 408576698