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

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

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: . 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
Index: ui/views/bubble/bubble_frame_view.cc
diff --git a/ui/views/bubble/bubble_frame_view.cc b/ui/views/bubble/bubble_frame_view.cc
index 94d99d2d7b4a39194146ea254bfbfe1f780077a8..429f8e911ea8811c818142e8bdcbc030cf46c665 100644
--- a/ui/views/bubble/bubble_frame_view.cc
+++ b/ui/views/bubble/bubble_frame_view.cc
@@ -54,6 +54,11 @@ namespace views {
// static
const char BubbleFrameView::kViewClassName[] = "BubbleFrameView";
+// static
+gfx::Insets BubbleFrameView::GetTitleInsets() {
+ return gfx::Insets(0, kTitleLeftInset, kTitleTopInset, kTitleLeftInset);
msw 2013/08/08 21:56:52 q: is kTitleLeftInset actually desired for the rig
Dan Beam 2013/08/09 01:47:58 I've updated this to be more clear by returning th
+}
+
BubbleFrameView::BubbleFrameView(const gfx::Insets& content_margins)
: bubble_border_(NULL),
content_margins_(content_margins),

Powered by Google App Engine
This is Rietveld 408576698