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

Unified Diff: ash/shell.cc

Issue 14279002: Scale TouchEvent's radius when touchscreen is in mirror mode (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: header file order fix Created 7 years, 8 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: ash/shell.cc
diff --git a/ash/shell.cc b/ash/shell.cc
index 7b809cb0f826ca6e76cfd9f135549ea51f5c7986..fc6d29e8c9c0b051210fccbbaf31b4ac6966855a 100644
--- a/ash/shell.cc
+++ b/ash/shell.cc
@@ -248,6 +248,7 @@ Shell::~Shell() {
if (mouse_cursor_filter_.get())
RemovePreTargetHandler(mouse_cursor_filter_.get());
RemovePreTargetHandler(system_gesture_filter_.get());
+ RemovePreTargetHandler(event_transformation_handler_.get());
#if !defined(OS_MACOSX)
RemovePreTargetHandler(accelerator_filter_.get());
#endif

Powered by Google App Engine
This is Rietveld 408576698