| Index: ui/views/widget/native_widget_mac.h
|
| diff --git a/ui/views/widget/native_widget_mac.h b/ui/views/widget/native_widget_mac.h
|
| index b050a4be2a0b54dc41765ae5cc43ef6f15a50e71..b44e58aaceb596f8f484f90cddd8e687f9076a3a 100644
|
| --- a/ui/views/widget/native_widget_mac.h
|
| +++ b/ui/views/widget/native_widget_mac.h
|
| @@ -36,6 +36,10 @@ class VIEWS_EXPORT NativeWidgetMac : public internal::NativeWidgetPrivate {
|
| // override this method for an early hook into the native window teardown.
|
| virtual void OnWindowWillClose();
|
|
|
| + // Returns the vertical position that sheets should be anchored, relative to
|
| + // the top of the window.
|
| + virtual int SheetPositionY();
|
| +
|
| // internal::NativeWidgetPrivate:
|
| void InitNativeWidget(const Widget::InitParams& params) override;
|
| NonClientFrameView* CreateNonClientFrameView() override;
|
|
|