Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2218)

Unified Diff: ash/frame/header_painter.h

Issue 199283004: Fixes bugs wrt to painting window header (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ash/frame/header_painter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « no previous file | ash/frame/header_painter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698