| Index: ui/aura/root_window_host_x11.h
|
| diff --git a/ui/aura/root_window_host_x11.h b/ui/aura/root_window_host_x11.h
|
| index 0380a80b3624734303409837a863100a16a9e341..77d97b90efa5deeaed76dcbd642d4f6f528a8fb0 100644
|
| --- a/ui/aura/root_window_host_x11.h
|
| +++ b/ui/aura/root_window_host_x11.h
|
| @@ -103,7 +103,7 @@ class RootWindowHostX11 : public RootWindowHost,
|
| RootWindowHostDelegate* delegate_;
|
|
|
| // The display and the native X window hosting the root window.
|
| - Display* xdisplay_;
|
| + XDisplay* xdisplay_;
|
| ::Window xwindow_;
|
|
|
| // The native root window.
|
|
|