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

Unified Diff: ui/views/bubble/bubble_frame_view.h

Issue 21668003: Implement newly saved card bubble for realz and update generated card bubble to (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 7 years, 4 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/test/base/test_location_bar.h ('k') | ui/views/bubble/bubble_frame_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/bubble/bubble_frame_view.h
diff --git a/ui/views/bubble/bubble_frame_view.h b/ui/views/bubble/bubble_frame_view.h
index e39b538b570608508732498bc05e2f486c6a8d5c..7dc459623baff2735bcfaa85c60e9142628a56ba 100644
--- a/ui/views/bubble/bubble_frame_view.h
+++ b/ui/views/bubble/bubble_frame_view.h
@@ -25,6 +25,10 @@ class VIEWS_EXPORT BubbleFrameView : public NonClientFrameView,
// Internal class name.
static const char kViewClassName[];
+ // Insets to make bubble contents align horizontal with the bubble title.
+ // NOTE: this does not take into account whether a title actually exists.
+ static gfx::Insets GetTitleInsets();
+
explicit BubbleFrameView(const gfx::Insets& content_margins);
virtual ~BubbleFrameView();
« no previous file with comments | « chrome/test/base/test_location_bar.h ('k') | ui/views/bubble/bubble_frame_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698