| Index: ui/views/window/dialog_delegate.h
|
| diff --git a/ui/views/window/dialog_delegate.h b/ui/views/window/dialog_delegate.h
|
| index 84e5136343e9a1a58f52005573bc7adabe0376ce..6a11e65bab68208995be4982a5df06165411a9b7 100644
|
| --- a/ui/views/window/dialog_delegate.h
|
| +++ b/ui/views/window/dialog_delegate.h
|
| @@ -102,7 +102,11 @@ class VIEWS_EXPORT DialogDelegate : public ui::DialogModel,
|
| NonClientFrameView* CreateNonClientFrameView(Widget* widget) override;
|
|
|
| // Create a frame view using the new dialog style.
|
| - static NonClientFrameView* CreateDialogFrameView(Widget* widget);
|
| + // |content_margins|: margins between the content and the inside of the
|
| + // border, in pixels.
|
| + static NonClientFrameView* CreateDialogFrameView(
|
| + Widget* widget,
|
| + const gfx::Insets& content_margins);
|
|
|
| // Returns true if this particular dialog should use a Chrome-styled frame
|
| // like the one used for bubbles. The alternative is a more platform-native
|
|
|