| Index: ui/views/bubble/bubble_delegate.h
|
| diff --git a/ui/views/bubble/bubble_delegate.h b/ui/views/bubble/bubble_delegate.h
|
| index 2e2d677e429b81fa21f19ccf4d136a6d3da202d5..3d92d0fadec95cef1857fbede80751fa3b109a79 100644
|
| --- a/ui/views/bubble/bubble_delegate.h
|
| +++ b/ui/views/bubble/bubble_delegate.h
|
| @@ -170,6 +170,7 @@ class VIEWS_EXPORT BubbleDelegateView : public WidgetDelegateView,
|
| void HandleVisibilityChanged(Widget* widget, bool visible);
|
|
|
| // Fade animation for bubble.
|
| + // TODO(sky): remove this, not needed anymore.
|
| scoped_ptr<gfx::SlideAnimation> fade_animation_;
|
|
|
| // Flags controlling bubble closure on the escape key and deactivation.
|
|
|