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

Unified Diff: ash/wm/aura/wm_window_aura.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
« no previous file with comments | « no previous file | ash/wm/common/always_on_top_controller.h » ('j') | mash/wm/bridge/wm_window_mus.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/aura/wm_window_aura.cc
diff --git a/ash/wm/aura/wm_window_aura.cc b/ash/wm/aura/wm_window_aura.cc
index 6d64daef02f9e76887c71eb8fff2748271735b53..db103b4b3dd3f37dfb6043dbcfb761d63a17ae61 100644
--- a/ash/wm/aura/wm_window_aura.cc
+++ b/ash/wm/aura/wm_window_aura.cc
@@ -541,7 +541,7 @@ void WmWindowAura::OnWindowPropertyChanged(aura::Window* window,
return;
}
FOR_EACH_OBSERVER(WmWindowObserver, observers_,
- OnWindowPropertyChanged(this, wm_property, old));
+ OnWindowPropertyChanged(this, wm_property));
}
void WmWindowAura::OnWindowBoundsChanged(aura::Window* window,
« no previous file with comments | « no previous file | ash/wm/common/always_on_top_controller.h » ('j') | mash/wm/bridge/wm_window_mus.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698