Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(122)

Unified Diff: chrome/browser/views/notifications/balloon_view.h

Issue 2078019: For notifications, use the same shadow border that the autocomplete dropdown ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/notification_icon.html ('k') | chrome/browser/views/notifications/balloon_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « chrome/browser/resources/notification_icon.html ('k') | chrome/browser/views/notifications/balloon_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698