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

Unified Diff: ash/wm/custom_frame_view_ash.cc

Issue 123023002: Remove "solo window" feature (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | « ash/root_window_controller.cc ('k') | ash/wm/header_painter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/custom_frame_view_ash.cc
diff --git a/ash/wm/custom_frame_view_ash.cc b/ash/wm/custom_frame_view_ash.cc
index 5617bd4006c1df4e0ae4a91e7478aa3b7dfb560a..dd594b3c6c7972e46b635fb7bf57cd39ebfbc1bc 100644
--- a/ash/wm/custom_frame_view_ash.cc
+++ b/ash/wm/custom_frame_view_ash.cc
@@ -279,7 +279,6 @@ void CustomFrameViewAsh::HeaderView::OnPaint(gfx::Canvas* canvas) {
header_painter_->PaintHeader(
canvas,
- paint_as_active_ ? HeaderPainter::ACTIVE : HeaderPainter::INACTIVE,
theme_image_id,
0);
header_painter_->PaintTitleBar(canvas, GetTitleFont());
« no previous file with comments | « ash/root_window_controller.cc ('k') | ash/wm/header_painter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698