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

Unified Diff: ui/aura/window_observer.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/window.cc ('k') | ui/aura/window_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/window_observer.h
diff --git a/ui/aura/window_observer.h b/ui/aura/window_observer.h
index 38a47efbfb9b78e6455d7771c95b66e5439f9a01..3aa0c14969b74eaeebd75c0533f1a2b481d7878d 100644
--- a/ui/aura/window_observer.h
+++ b/ui/aura/window_observer.h
@@ -29,7 +29,9 @@ class AURA_EXPORT WindowObserver {
// Invoked when SetProperty() or SetIntProperty() is called on |window|.
// |old| is the old property value.
- virtual void OnPropertyChanged(Window* window, const char* key, void* old) {}
+ virtual void OnWindowPropertyChanged(Window* window,
+ const char* key,
+ void* old) {}
// Invoked when SetVisible() is invoked on a window. |visible| is the
// value supplied to SetVisible(). If |visible| is true, window->IsVisible()
« no previous file with comments | « ui/aura/window.cc ('k') | ui/aura/window_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698