| Index: ash/common/frame/custom_frame_view_ash.h
|
| diff --git a/ash/common/frame/custom_frame_view_ash.h b/ash/common/frame/custom_frame_view_ash.h
|
| index 049e0302de64dd11183baf28445fb7a483c7ae6a..fd9d6b1ec671d36f4f8d865a6e3fa0657d82d8f1 100644
|
| --- a/ash/common/frame/custom_frame_view_ash.h
|
| +++ b/ash/common/frame/custom_frame_view_ash.h
|
| @@ -57,6 +57,7 @@ class ASH_EXPORT CustomFrameViewAsh : public views::NonClientFrameView {
|
| void UpdateWindowIcon() override;
|
| void UpdateWindowTitle() override;
|
| void SizeConstraintsChanged() override;
|
| + void ActivationChanged(bool active) override;
|
|
|
| // views::View:
|
| gfx::Size GetPreferredSize() const override;
|
|
|