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..1a6760ca3082221cbd27d2de0aa61aadb0fbef09 100644 |
| --- a/ash/frame/default_header_painter.h |
| +++ b/ash/frame/default_header_painter.h |
| @@ -74,8 +74,15 @@ class ASH_EXPORT DefaultHeaderPainter : public HeaderPainter, |
| // Layout the left header view. |
| void LayoutLeftHeaderView(); |
| + // Whether light caption images should be used. This is the case when the |
| + // background of the frame is dark. |
|
pkotwicz
2015/02/17 18:56:42
Nit: "caption images" -> "caption button images"
|
| + bool ShouldUseLightImages(); |
| + |
| + // Update all the images in the caption buttons. |
| + void UpdateAllButtonImages(); |
| + |
| // Updates the size button's images. |
| - void UpdateSizeButtonImages(); |
| + void UpdateSizeButtonImages(bool use_light_images); |
| // Returns the header bounds in the coordinates of |view_|. The header is |
| // assumed to be positioned at the top left corner of |view_| and to have the |