| Index: ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h
|
| diff --git a/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h b/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h
|
| index 12bd9a159f984acae24cf4add12c3d5a6ed1b430..eb696af204560caf6e4a1d22de5aed846768380f 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h
|
| +++ b/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h
|
| @@ -239,8 +239,6 @@ class VIEWS_EXPORT DesktopWindowTreeHostX11
|
|
|
| void DelayedResize(const gfx::Size& size);
|
|
|
| - base::WeakPtrFactory<DesktopWindowTreeHostX11> close_widget_factory_;
|
| -
|
| // X11 things
|
| // The display and the native X window hosting the root window.
|
| XDisplay* xdisplay_;
|
| @@ -339,6 +337,8 @@ class VIEWS_EXPORT DesktopWindowTreeHostX11
|
|
|
| base::CancelableCallback<void()> delayed_resize_task_;
|
|
|
| + base::WeakPtrFactory<DesktopWindowTreeHostX11> close_widget_factory_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(DesktopWindowTreeHostX11);
|
| };
|
|
|
|
|