diff options
Diffstat (limited to 'views/widget/native_widget_win.h')
-rw-r--r-- | views/widget/native_widget_win.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/widget/native_widget_win.h b/views/widget/native_widget_win.h index 53adfd1..8fc0589 100644 --- a/views/widget/native_widget_win.h +++ b/views/widget/native_widget_win.h @@ -475,7 +475,7 @@ class NativeWidgetWin : public ui::WindowImpl, ScopedRunnableMethodFactory<NativeWidgetWin> paint_layered_window_factory_; // See class documentation for Widget in widget.h for a note about ownership. - bool delete_on_destroy_; + Widget::InitParams::Ownership ownership_; // True if we are allowed to update the layered window from the DIB backing // store if necessary. |