| Index: ui/views/widget/desktop_aura/desktop_root_window_host_x11.h
|
| diff --git a/ui/views/widget/desktop_aura/desktop_root_window_host_x11.h b/ui/views/widget/desktop_aura/desktop_root_window_host_x11.h
|
| index 8d5cc0c8fc1f3243e53120f46264aa32adae2f65..96abdfecc6932168a49b36912c15a284f68ed04a 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_root_window_host_x11.h
|
| +++ b/ui/views/widget/desktop_aura/desktop_root_window_host_x11.h
|
| @@ -40,11 +40,11 @@ namespace corewm {
|
| class CursorManager;
|
| }
|
|
|
| -class VIEWS_EXPORT DesktopRootWindowHostX11
|
| - : public DesktopRootWindowHost,
|
| - public aura::RootWindowHost,
|
| - public ui::DesktopSelectionProviderAuraX11,
|
| - public MessageLoop::Dispatcher {
|
| +class VIEWS_EXPORT DesktopRootWindowHostX11 :
|
| + public DesktopRootWindowHost,
|
| + public aura::RootWindowHost,
|
| + public ui::DesktopSelectionProviderAuraX11,
|
| + public base::MessageLoop::Dispatcher {
|
| public:
|
| DesktopRootWindowHostX11(
|
| internal::NativeWidgetDelegate* native_widget_delegate,
|
|
|