| Index: ash/common/frame/custom_frame_view_ash.cc
|
| diff --git a/ash/common/frame/custom_frame_view_ash.cc b/ash/common/frame/custom_frame_view_ash.cc
|
| index 723d4bf20b52dccfddb950275b7c46c7db0c85ba..0f2f4ce3b35ea92f640bf249bd757e9fb23d6f52 100644
|
| --- a/ash/common/frame/custom_frame_view_ash.cc
|
| +++ b/ash/common/frame/custom_frame_view_ash.cc
|
| @@ -506,6 +506,11 @@ void CustomFrameViewAsh::SizeConstraintsChanged() {
|
| header_view_->SizeConstraintsChanged();
|
| }
|
|
|
| +void CustomFrameViewAsh::ActivationChanged(bool active) {
|
| + // The icons differ between active and inactive.
|
| + header_view_->SchedulePaint();
|
| +}
|
| +
|
| ////////////////////////////////////////////////////////////////////////////////
|
| // CustomFrameViewAsh, views::View overrides:
|
|
|
|
|