| Index: views/window/non_client_view.cc
|
| diff --git a/views/window/non_client_view.cc b/views/window/non_client_view.cc
|
| index b6fc9233d25dbb11e71feeb6033ebbb87f769b5c..92c7bc7a8834650b231be6df40607981b1802dca 100644
|
| --- a/views/window/non_client_view.cc
|
| +++ b/views/window/non_client_view.cc
|
| @@ -187,9 +187,8 @@ views::View* NonClientView::GetEventHandlerForPoint(const gfx::Point& point) {
|
| // NonClientFrameView, public:
|
|
|
| void NonClientFrameView::SetInactiveRenderingDisabled(bool disable) {
|
| - if (paint_as_active_ == disable)
|
| - return;
|
| -
|
| + // See comment in Widget::SetInactiveRenderingDisabled as to why we don't
|
| + // conditionally invoke ShouldPaintAsActiveChanged.
|
| paint_as_active_ = disable;
|
| ShouldPaintAsActiveChanged();
|
| }
|
|
|