diff options
author | derat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-22 01:19:52 +0000 |
---|---|---|
committer | derat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-22 01:19:52 +0000 |
commit | 4b3dd9b19f7faa214de73e6774cf5e128c954463 (patch) | |
tree | 64396f1ef385bece2c02cb436678672fce82cb27 /ui/aura_shell/shadow_controller.h | |
parent | a7e1b45acd4e99f391420981d1324afeda100889 (diff) | |
download | chromium_src-4b3dd9b19f7faa214de73e6774cf5e128c954463.zip chromium_src-4b3dd9b19f7faa214de73e6774cf5e128c954463.tar.gz chromium_src-4b3dd9b19f7faa214de73e6774cf5e128c954463.tar.bz2 |
aura: Rename OnPropertyChanged to OnWindowPropertyChanged.
This renames aura::WindowObserver's OnPropertyChanged()
method to have the word "window" in its name, as all of the
class's other methods do.
BUG=none
TEST=built it
Review URL: http://codereview.chromium.org/8621003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111066 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/aura_shell/shadow_controller.h')
-rw-r--r-- | ui/aura_shell/shadow_controller.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/aura_shell/shadow_controller.h b/ui/aura_shell/shadow_controller.h index 19fbfad..d2a79f8 100644 --- a/ui/aura_shell/shadow_controller.h +++ b/ui/aura_shell/shadow_controller.h @@ -55,7 +55,7 @@ public: // aura::WindowObserver overrides: virtual void OnWindowParentChanged( aura::Window* window, aura::Window* parent) OVERRIDE; - virtual void OnPropertyChanged( + virtual void OnWindowPropertyChanged( aura::Window* window, const char* name, void* old) OVERRIDE; virtual void OnWindowVisibilityChanged( aura::Window* window, bool visible) OVERRIDE; |