Chromium Code Reviews| 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), |