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

Unified Diff: ash/wm/panels/panel_frame_view.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/wm/header_painter_unittest.cc ('k') | ash/wm/solo_window_tracker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/panels/panel_frame_view.cc
diff --git a/ash/wm/panels/panel_frame_view.cc b/ash/wm/panels/panel_frame_view.cc
index 3c01e520f9d46e86260b89cc8a763d60e99546eb..a7c560048554517e596e28df3d682c24a2e35068 100644
--- a/ash/wm/panels/panel_frame_view.cc
+++ b/ash/wm/panels/panel_frame_view.cc
@@ -123,7 +123,6 @@ void PanelFrameView::OnPaint(gfx::Canvas* canvas) {
header_painter_->PaintHeader(
canvas,
- paint_as_active ? HeaderPainter::ACTIVE : HeaderPainter::INACTIVE,
theme_frame_id,
0);
header_painter_->PaintTitleBar(canvas, title_font_);
« no previous file with comments | « ash/wm/header_painter_unittest.cc ('k') | ash/wm/solo_window_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698