| Index: ash/frame/header_painter.h
|
| diff --git a/ash/frame/header_painter.h b/ash/frame/header_painter.h
|
| index 520758310d50c8b7b6a68342521dbedaaae0e5cd..f4f8d367df408820b48986c3864452beb5cd06f7 100644
|
| --- a/ash/frame/header_painter.h
|
| +++ b/ash/frame/header_painter.h
|
| @@ -129,8 +129,13 @@ class ASH_EXPORT HeaderPainter : public gfx::AnimationDelegate {
|
| private:
|
| FRIEND_TEST_ALL_PREFIXES(HeaderPainterTest, TitleIconAlignment);
|
|
|
| - // Paints the border around the header.
|
| - void PaintBorder(gfx::Canvas* canvas, Mode mode);
|
| + // Paints highlight around the edge of the header for restored browser
|
| + // windows.
|
| + void PaintHighlightForRestoredBrowserWindow(gfx::Canvas* canvas);
|
| +
|
| + // Paints highlight around the edge of the header for inactive restored
|
| + // non-browser windows.
|
| + void PaintHighlightForInactiveRestoredWindow(gfx::Canvas* canvas);
|
|
|
| // Updates the images used for the minimize, restore and close buttons.
|
| void UpdateCaptionButtonImages();
|
|
|