| Index: chrome/browser/views/notifications/balloon_view.h
|
| ===================================================================
|
| --- chrome/browser/views/notifications/balloon_view.h (revision 47683)
|
| +++ chrome/browser/views/notifications/balloon_view.h (working copy)
|
| @@ -102,10 +102,12 @@
|
| // Initializes the options menu.
|
| void CreateOptionsMenu();
|
|
|
| - // How to mask the balloon contents to fit within the frame.
|
| - // Populates |path| with the outline.
|
| + // Masks the contents to fit within the frame.
|
| void GetContentsMask(const gfx::Rect& contents_rect, gfx::Path* path) const;
|
|
|
| + // Masks the frame for the rounded corners of the shadow-bubble.
|
| + void GetFrameMask(const gfx::Rect&, gfx::Path* path) const;
|
| +
|
| // Adjust the contents window size to be appropriate for the frame.
|
| void SizeContentsWindow();
|
|
|
| @@ -153,10 +155,6 @@
|
| // The following factory is used to call methods at a later time.
|
| ScopedRunnableMethodFactory<BalloonViewImpl> method_factory_;
|
|
|
| - // Image painters for the frame of the toast.
|
| - scoped_ptr<views::Painter> shelf_background_;
|
| - scoped_ptr<views::Painter> balloon_background_;
|
| -
|
| // Pointer to sub-view is owned by the View sub-class.
|
| views::ImageButton* close_button_;
|
|
|
|
|