Chromium Code Reviews| Index: ui/views/widget/native_widget_aura.h |
| diff --git a/ui/views/widget/native_widget_aura.h b/ui/views/widget/native_widget_aura.h |
| index 92283f3d2b7edb2d6571f41fa19349cdce65febd..5c5a53e6b17d31b97a9fb01bc3df32f113acc971 100644 |
| --- a/ui/views/widget/native_widget_aura.h |
| +++ b/ui/views/widget/native_widget_aura.h |
| @@ -56,7 +56,7 @@ class VIEWS_EXPORT NativeWidgetAura |
| virtual void InitNativeWidget(const Widget::InitParams& params) OVERRIDE; |
| virtual NonClientFrameView* CreateNonClientFrameView() OVERRIDE; |
| virtual bool ShouldUseNativeFrame() const OVERRIDE; |
| - virtual void FrameTypeChanged() OVERRIDE; |
| + virtual void FrameTypeChanged(Widget::FrameType new_type) OVERRIDE; |
|
sky
2014/02/04 01:03:18
Why can't whoever needs this use Widget::frame_typ
Matt Giuca
2014/02/06 00:28:51
Done.
Umm... feeling kind of silly that I didn't
|
| virtual Widget* GetWidget() OVERRIDE; |
| virtual const Widget* GetWidget() const OVERRIDE; |
| virtual gfx::NativeView GetNativeView() const OVERRIDE; |