Chromium Code Reviews| Index: chrome/browser/ui/views/frame/browser_header_painter_ash.h |
| diff --git a/chrome/browser/ui/views/frame/browser_header_painter_ash.h b/chrome/browser/ui/views/frame/browser_header_painter_ash.h |
| index 3f4e7a979ba580b98a85724876d12fe4136e9214..224b539efdb67923717d0f14a461700201e33f79 100644 |
| --- a/chrome/browser/ui/views/frame/browser_header_painter_ash.h |
| +++ b/chrome/browser/ui/views/frame/browser_header_painter_ash.h |
| @@ -81,8 +81,9 @@ class BrowserHeaderPainterAsh : public ash::HeaderPainter, |
| // browser windows and for hosted app windows which show the toolbar. |
| gfx::ImageSkia GetFrameImageForNonTabbedBrowser(Mode mode) const; |
| - // Updates the images used for the minimize, restore and close buttons. |
| - void UpdateCaptionButtonImages(); |
| + // Updates the size and icons used for the minimize, restore, |
|
Peter Kasting
2015/12/18 18:59:15
Nit: Wrap as close to 80 columns as possible
tdanderson
2016/01/04 23:11:15
Done.
|
| + // and close buttons. |
| + void UpdateCaptionButtons(); |
| // Returns bounds of the region in |view_| which is painted with the header |
| // images. The region is assumed to start at the top left corner of |view_| |