Chromium Code Reviews| Index: ash/frame/default_header_painter.h |
| diff --git a/ash/frame/default_header_painter.h b/ash/frame/default_header_painter.h |
| index 4c875c04978cc4d65fa992f27a85c4eb318918fd..346cfa813403ba4117fe723ebe53580d39d211be 100644 |
| --- a/ash/frame/default_header_painter.h |
| +++ b/ash/frame/default_header_painter.h |
| @@ -85,6 +85,9 @@ class ASH_EXPORT DefaultHeaderPainter : public HeaderPainter, |
| // Returns the bounds for the title. |
| gfx::Rect GetTitleBounds() const; |
| + // Returns whether the frame has any custom frame coloring. |
|
pkotwicz
2015/02/12 18:43:05
Nit: "has any custom" -> "uses custom"
benwells
2015/02/12 22:56:55
Done.
benwells
2015/02/12 22:56:55
Done.
|
| + bool UsesCustomFrameColors() const; |
| + |
| // Returns the frame color to use when |frame_| is inactive. |
| SkColor GetInactiveFrameColor() const; |