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

Unified Diff: ui/aura_shell/modal_container_layout_manager.cc

Issue 8621003: aura: Rename OnPropertyChanged to OnWindowPropertyChanged. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 | « ui/aura_shell/modal_container_layout_manager.h ('k') | ui/aura_shell/shadow_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura_shell/modal_container_layout_manager.cc
diff --git a/ui/aura_shell/modal_container_layout_manager.cc b/ui/aura_shell/modal_container_layout_manager.cc
index 4a42db2c1564aa00cdcc86f8b1296a3aa679d69d..c16df01941f742a6a8651945528106251e7a4060 100644
--- a/ui/aura_shell/modal_container_layout_manager.cc
+++ b/ui/aura_shell/modal_container_layout_manager.cc
@@ -91,9 +91,9 @@ void ModalContainerLayoutManager::SetChildBounds(
////////////////////////////////////////////////////////////////////////////////
// ModalContainerLayoutManager, aura::WindowObserver implementation:
-void ModalContainerLayoutManager::OnPropertyChanged(aura::Window* window,
- const char* key,
- void* old) {
+void ModalContainerLayoutManager::OnWindowPropertyChanged(aura::Window* window,
+ const char* key,
+ void* old) {
if (key != aura::kModalKey)
return;
« no previous file with comments | « ui/aura_shell/modal_container_layout_manager.h ('k') | ui/aura_shell/shadow_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698