Index: ui/views/window/custom_frame_view.cc |
diff --git a/ui/views/window/custom_frame_view.cc b/ui/views/window/custom_frame_view.cc |
index bac98a4181af8df101cb57b90c406e25a584f47d..ad3c681f6c8906fac83b46c3f529ffac02aa3fb3 100644 |
--- a/ui/views/window/custom_frame_view.cc |
+++ b/ui/views/window/custom_frame_view.cc |
@@ -360,6 +360,7 @@ bool CustomFrameView::ShouldShowClientEdge() const { |
void CustomFrameView::PaintRestoredFrameBorder(gfx::Canvas* canvas) { |
frame_background_->set_frame_color(GetFrameColor()); |
+ frame_background_->set_is_active(ShouldPaintAsActive()); |
const gfx::ImageSkia frame_image = GetFrameImage(); |
frame_background_->set_theme_image(frame_image); |
frame_background_->set_top_area_height(frame_image.height()); |