Index: ui/aura/window_delegate.h |
diff --git a/ui/aura/window_delegate.h b/ui/aura/window_delegate.h |
index 778311ccba4baf291e349bd5f63b38a464629a9a..0bb98472fb371d0df2345696e79313c7ec0a1410 100644 |
--- a/ui/aura/window_delegate.h |
+++ b/ui/aura/window_delegate.h |
@@ -86,9 +86,7 @@ class AURA_EXPORT WindowDelegate { |
// Called when the visibility of a Window changes. See description in |
sky
2012/07/24 16:29:40
visibility -> TargetVisiblity()
sky
2012/07/24 16:29:40
Replace the second sentence with |visible| corresp
|
// WindowObserver::OnWindowDestroyed() for details. |
- // TODO: this should be renamed to OnWindowTargetVisibilityChanged() to |
- // match when it's sent. |
- virtual void OnWindowVisibilityChanged(bool visible) = 0; |
+ virtual void OnWindowTargetVisibilityChanged(bool visible) = 0; |
// Called from Window::HitTest to check if the window has a custom hit test |
// mask. It works similar to the views counterparts. That is, if the function |