Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(230)

Unified Diff: ui/aura/root_window_host_linux.h

Issue 10905163: aura-x11: Fix touch-calibration for multi-monitor setups. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698