diff options
Diffstat (limited to 'views/widget/widget_win.h')
-rw-r--r-- | views/widget/widget_win.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/views/widget/widget_win.h b/views/widget/widget_win.h index 2428a3e8..41e24f9 100644 --- a/views/widget/widget_win.h +++ b/views/widget/widget_win.h @@ -86,6 +86,9 @@ class WidgetWin : public ui::WindowImpl, WidgetWin(); virtual ~WidgetWin(); + // Initializes native widget properties based on |params|. + void SetCreateParams(const CreateParams& params); + // Returns the Widget associated with the specified HWND (if any). static WidgetWin* GetWidget(HWND hwnd); |