summaryrefslogtreecommitdiffstats
path: root/views/window/dialog_client_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/window/dialog_client_view.h')
-rw-r--r--views/window/dialog_client_view.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/views/window/dialog_client_view.h b/views/window/dialog_client_view.h
index e23e346..193ce1f 100644
--- a/views/window/dialog_client_view.h
+++ b/views/window/dialog_client_view.h
@@ -126,6 +126,10 @@ class DialogClientView : public ClientView,
// The button-level extra view, NULL unless the dialog delegate supplies one.
View* extra_view_;
+ // See description of DialogDelegate::GetSizeExtraViewHeightToButtons for
+ // details on this.
+ bool size_extra_view_height_to_buttons_;
+
// The layout rect of the size box, when visible.
gfx::Rect size_box_bounds_;