| Index: ui/aura/root_window_host_linux.h
|
| diff --git a/ui/aura/root_window_host_linux.h b/ui/aura/root_window_host_linux.h
|
| index 8e91c4d45915010cafa0b9fb1bbf3a53b2eec9ac..7fefaf780fc331b892719160a7b079745036928a 100644
|
| --- a/ui/aura/root_window_host_linux.h
|
| +++ b/ui/aura/root_window_host_linux.h
|
| @@ -90,6 +90,9 @@ class RootWindowHostLinux : public RootWindowHost,
|
| // The bounds of |xwindow_|.
|
| gfx::Rect bounds_;
|
|
|
| + // The bounds of |x_root_window_|.
|
| + gfx::Rect x_root_bounds_;
|
| +
|
| // True if the window should be focused when the window is shown.
|
| bool focus_when_shown_;
|
|
|
|
|