| Index: ash/common/system/tray/tray_popup_utils.h
|
| diff --git a/ash/common/system/tray/tray_popup_utils.h b/ash/common/system/tray/tray_popup_utils.h
|
| index bc1b49a89a0e2c6d36f5204a2072a3e622f86cad..6b6242883f7ac637cef94736ca322883874badd2 100644
|
| --- a/ash/common/system/tray/tray_popup_utils.h
|
| +++ b/ash/common/system/tray/tray_popup_utils.h
|
| @@ -21,6 +21,7 @@ class InkDropHostView;
|
| class InkDropMask;
|
| class Label;
|
| class LabelButton;
|
| +class Painter;
|
| class Separator;
|
| class Slider;
|
| class SliderListener;
|
| @@ -107,6 +108,9 @@ class TrayPopupUtils {
|
| views::ButtonListener* listener,
|
| int accessible_name_id);
|
|
|
| + // Creates a default focus painter used for most things in tray popups.
|
| + static std::unique_ptr<views::Painter> CreateFocusPainter();
|
| +
|
| // Sets up |view| to be a sticky header in a tray detail scroll view.
|
| static void ConfigureAsStickyHeader(views::View* view);
|
|
|
|
|