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

Unified Diff: remoting/client/ui/trackpad_input_strategy.h

Issue 2897143002: [CRD iOS] Ignore touch event when the touch point is out of the canvas in direct input mode (Closed)
Patch Set: Created 3 years, 7 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 | « remoting/client/ui/input_strategy.h ('k') | remoting/client/ui/trackpad_input_strategy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/ui/trackpad_input_strategy.h
diff --git a/remoting/client/ui/trackpad_input_strategy.h b/remoting/client/ui/trackpad_input_strategy.h
index 4838a450093a7a0decdeacd586528baf4e21bd9d..ba9fde1b134640d1a6486618e5d99d819863f60a 100644
--- a/remoting/client/ui/trackpad_input_strategy.h
+++ b/remoting/client/ui/trackpad_input_strategy.h
@@ -25,7 +25,7 @@ class TrackpadInputStrategy : public InputStrategy {
Gesture simultaneous_gesture,
DesktopViewport* viewport) override;
- void TrackTouchInput(const ViewMatrix::Point& touch_point,
+ bool TrackTouchInput(const ViewMatrix::Point& touch_point,
const DesktopViewport& viewport) override;
ViewMatrix::Point GetCursorPosition() const override;
« no previous file with comments | « remoting/client/ui/input_strategy.h ('k') | remoting/client/ui/trackpad_input_strategy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698