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

Unified Diff: ui/aura_shell/modal_container_layout_manager.h

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/always_on_top_controller.cc ('k') | ui/aura_shell/modal_container_layout_manager.cc » ('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.h
diff --git a/ui/aura_shell/modal_container_layout_manager.h b/ui/aura_shell/modal_container_layout_manager.h
index b359432e6773bc4f8ecdb9a1ede0d347fa544a05..a01505cb9c81a862af42a398f3a2865b1cd23759 100644
--- a/ui/aura_shell/modal_container_layout_manager.h
+++ b/ui/aura_shell/modal_container_layout_manager.h
@@ -51,9 +51,9 @@ class AURA_SHELL_EXPORT ModalContainerLayoutManager
const gfx::Rect& requested_bounds) OVERRIDE;
// Overridden from aura::WindowObserver:
- virtual void OnPropertyChanged(aura::Window* window,
- const char* key,
- void* old) OVERRIDE;
+ virtual void OnWindowPropertyChanged(aura::Window* window,
+ const char* key,
+ void* old) OVERRIDE;
// Overridden from ui::LayerAnimationObserver:
virtual void OnLayerAnimationEnded(
« no previous file with comments | « ui/aura_shell/always_on_top_controller.cc ('k') | ui/aura_shell/modal_container_layout_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698