Chromium Code Reviews| 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..d2a4cdb49692d8ab3e3be7dee208c55e2683fcee 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 root_bounds_; |
|
Daniel Erat
2012/09/10 17:27:31
nit: "x_root_bounds_", or something including the
sadrul
2012/09/10 18:19:32
Done (changed to |x_root_bounds_|)
|
| + |
| // True if the window should be focused when the window is shown. |
| bool focus_when_shown_; |