Index: ui/views/widget/native_widget_private.h |
diff --git a/ui/views/widget/native_widget_private.h b/ui/views/widget/native_widget_private.h |
index 4118c9c4a80a77d6c2d91d02957aeb8063abbd58..c94d06778a97b50ab91a88826bac7e6fb588a434 100644 |
--- a/ui/views/widget/native_widget_private.h |
+++ b/ui/views/widget/native_widget_private.h |
@@ -80,7 +80,7 @@ class VIEWS_EXPORT NativeWidgetPrivate : public NativeWidget { |
virtual NonClientFrameView* CreateNonClientFrameView() = 0; |
virtual bool ShouldUseNativeFrame() const = 0; |
- virtual void FrameTypeChanged() = 0; |
+ virtual void FrameTypeChanged(Widget::FrameType new_type) = 0; |
// Returns the Widget associated with this NativeWidget. This function is |
// guaranteed to return non-NULL for the lifetime of the NativeWidget. |