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

Unified Diff: chrome/browser/ui/views/notifications/balloon_view_views.h

Issue 11189002: Makes notifications animate from the bottom of the screen (as was (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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
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_;
« no previous file with comments | « chrome/browser/notifications/balloon_collection_impl.cc ('k') | chrome/browser/ui/views/notifications/balloon_view_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698