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

Unified Diff: ui/aura/root_window_host_linux.h

Issue 10933080: aura: More fix for touch-event calibration in multi-monito setting. (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
« no previous file with comments | « no previous file | ui/aura/root_window_host_linux.cc » ('j') | ui/aura/root_window_host_linux.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ec41cc10e54d09e2881092f17936cf0567ed5136..c8436c2714da9614de4a941055c288f8bc1c0bee 100644
--- a/ui/aura/root_window_host_linux.h
+++ b/ui/aura/root_window_host_linux.h
@@ -22,6 +22,10 @@ class ViewProp;
namespace aura {
+namespace internal {
+class TouchEventCalibrate;
+}
+
class RootWindowHostLinux : public RootWindowHost,
public MessageLoop::Dispatcher {
public:
@@ -101,6 +105,8 @@ class RootWindowHostLinux : public RootWindowHost,
scoped_ptr<ui::ViewProp> prop_;
+ scoped_ptr<internal::TouchEventCalibrate> touch_calibrate_;
+
ui::X11AtomCache atom_cache_;
DISALLOW_COPY_AND_ASSIGN(RootWindowHostLinux);
« no previous file with comments | « no previous file | ui/aura/root_window_host_linux.cc » ('j') | ui/aura/root_window_host_linux.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698