| 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 4d56032dff93b1243c96a42985873f2d63991311..578bea9e061a23af1c539d6e2487b3022bc12719 100644
|
| --- a/ui/views/bubble/bubble_frame_view.h
|
| +++ b/ui/views/bubble/bubble_frame_view.h
|
| @@ -12,6 +12,10 @@
|
| #include "ui/views/controls/button/button.h"
|
| #include "ui/views/window/non_client_view.h"
|
|
|
| +namespace gfx {
|
| +class FontList;
|
| +}
|
| +
|
| namespace views {
|
|
|
| class Label;
|
| @@ -43,6 +47,9 @@ class VIEWS_EXPORT BubbleFrameView : public NonClientFrameView,
|
| virtual void UpdateWindowIcon() OVERRIDE;
|
| virtual void UpdateWindowTitle() OVERRIDE;
|
|
|
| + // Set the FontList to be used for the title of the bubble.
|
| + void SetTitleFontList(const gfx::FontList& font_list);
|
| +
|
| // View overrides:
|
| virtual gfx::Insets GetInsets() const OVERRIDE;
|
| virtual gfx::Size GetPreferredSize() const OVERRIDE;
|
|
|