| Index: chrome/browser/ui/views/notifications/balloon_view_views.h
|
| diff --git a/chrome/browser/ui/views/notifications/balloon_view_views.h b/chrome/browser/ui/views/notifications/balloon_view_views.h
|
| index baaa4b3ee53da0060a8f52f0b50a28601e1b0b9d..4c4a5f81994fe913b8022ba566f4854588bfcfce 100644
|
| --- a/chrome/browser/ui/views/notifications/balloon_view_views.h
|
| +++ b/chrome/browser/ui/views/notifications/balloon_view_views.h
|
| @@ -120,6 +120,9 @@ class BalloonViewImpl : public BalloonView,
|
| // Where the balloon contents should be in screen coordinates.
|
| gfx::Rect GetContentsRectangle() const;
|
|
|
| + // Returns the bounds for the frame container.
|
| + gfx::Rect GetBoundsForFrameContainer() const;
|
| +
|
| // Non-owned pointer to the balloon which owns this object.
|
| Balloon* balloon_;
|
|
|
|
|