| Index: ash/frame/custom_frame_view_ash.h
|
| diff --git a/ash/frame/custom_frame_view_ash.h b/ash/frame/custom_frame_view_ash.h
|
| index c894cdf103c8676aa917c19d5d95198785e07955..83065267955932e0e5d8fcb8b710f543a2cb176f 100644
|
| --- a/ash/frame/custom_frame_view_ash.h
|
| +++ b/ash/frame/custom_frame_view_ash.h
|
| @@ -58,6 +58,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;
|
|
|