| Index: ash/wm/custom_frame_view_ash.h
|
| diff --git a/ash/wm/custom_frame_view_ash.h b/ash/wm/custom_frame_view_ash.h
|
| index 9593abbe70cb216c1d009f5c086606021d149bcd..6b8ab905d762541d54f54bd30c9cbf714655289d 100644
|
| --- a/ash/wm/custom_frame_view_ash.h
|
| +++ b/ash/wm/custom_frame_view_ash.h
|
| @@ -44,6 +44,7 @@ class ASH_EXPORT CustomFrameViewAsh : public views::NonClientFrameView {
|
| virtual void ResetWindowControls() OVERRIDE;
|
| virtual void UpdateWindowIcon() OVERRIDE;
|
| virtual void UpdateWindowTitle() OVERRIDE;
|
| + virtual bool IsDocked() const OVERRIDE;
|
|
|
| // views::View overrides:
|
| virtual gfx::Size GetPreferredSize() OVERRIDE;
|
|
|