| Index: ash/frame/default_header_painter.h
|
| diff --git a/ash/frame/default_header_painter.h b/ash/frame/default_header_painter.h
|
| index e06c31208f145d4ea64d493db7f17b35b26168a8..f297ad2c74c97296a11fdc31bd5bf081ae714528 100644
|
| --- a/ash/frame/default_header_painter.h
|
| +++ b/ash/frame/default_header_painter.h
|
| @@ -74,6 +74,9 @@ class ASH_EXPORT DefaultHeaderPainter : public HeaderPainter,
|
| // Returns the bounds for the title.
|
| gfx::Rect GetTitleBounds() const;
|
|
|
| + // Returns the view to the left of the title.
|
| + virtual views::View* GetViewToLeftOfTitle() const;
|
| +
|
| // Returns the frame image to use when |frame_| is active.
|
| gfx::ImageSkia* GetActiveFrameImage() const;
|
|
|
|
|