| Index: ui/views/bubble/bubble_delegate.h
|
| diff --git a/ui/views/bubble/bubble_delegate.h b/ui/views/bubble/bubble_delegate.h
|
| index f30523bbf938a41ef17b0ce74564bf4508248ac9..ccb422ac64b51097b25b10c6cde4761c0c8d05ed 100644
|
| --- a/ui/views/bubble/bubble_delegate.h
|
| +++ b/ui/views/bubble/bubble_delegate.h
|
| @@ -19,13 +19,10 @@ class SlideAnimation;
|
|
|
| namespace views {
|
|
|
| -class BubbleBorderDelegate;
|
| class BubbleFrameView;
|
|
|
| // BubbleDelegateView creates frame and client views for bubble Widgets.
|
| // BubbleDelegateView itself is the client's contents view.
|
| -//
|
| -///////////////////////////////////////////////////////////////////////////////
|
| class VIEWS_EXPORT BubbleDelegateView : public WidgetDelegateView,
|
| public gfx::AnimationDelegate,
|
| public WidgetObserver {
|
| @@ -170,11 +167,6 @@ class VIEWS_EXPORT BubbleDelegateView : public WidgetDelegateView,
|
| // Update the bubble color from |theme|, unless it was explicitly set.
|
| void UpdateColorsFromTheme(const ui::NativeTheme* theme);
|
|
|
| -#if defined(OS_WIN) && !defined(USE_AURA)
|
| - // Get bounds for the Windows-only widget that hosts the bubble's contents.
|
| - gfx::Rect GetBubbleClientBounds() const;
|
| -#endif
|
| -
|
| // Handles widget visibility changes.
|
| void HandleVisibilityChanged(Widget* widget, bool visible);
|
|
|
|
|