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

Unified Diff: ui/aura/root_window_host_linux.h

Issue 12087124: Disable touch calibration on external touchscreen. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Review + Rebase on top of 12321086 Created 7 years, 9 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/base/events/event.h » ('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 3616922f1da36f42a739751b3b5827a7f1272e26..7dc75d648224b71d063b503887a91289d8cbdfb5 100644
--- a/ui/aura/root_window_host_linux.h
+++ b/ui/aura/root_window_host_linux.h
@@ -28,7 +28,7 @@ class MouseEvent;
namespace aura {
namespace internal {
-class TouchEventCalibrate;
+class TouchEventRouter;
}
class RootWindowHostLinux : public RootWindowHost,
@@ -137,7 +137,7 @@ class RootWindowHostLinux : public RootWindowHost,
scoped_ptr<XID[]> pointer_barriers_;
- scoped_ptr<internal::TouchEventCalibrate> touch_calibrate_;
+ scoped_ptr<internal::TouchEventRouter> touch_router_;
scoped_ptr<MouseMoveFilter> mouse_move_filter_;
« no previous file with comments | « no previous file | ui/aura/root_window_host_linux.cc » ('j') | ui/base/events/event.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698