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

Unified Diff: remoting/client/ui/direct_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/desktop_viewport.cc ('k') | remoting/client/ui/direct_input_strategy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/ui/direct_input_strategy.h
diff --git a/remoting/client/ui/direct_input_strategy.h b/remoting/client/ui/direct_input_strategy.h
index e3a1d6dd9ba908daca8d8461227c39c1792b3ff2..b4f1682096db997838ab89072cc4232aa5ae84a1 100644
--- a/remoting/client/ui/direct_input_strategy.h
+++ b/remoting/client/ui/direct_input_strategy.h
@@ -27,7 +27,7 @@ class DirectInputStrategy : 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/desktop_viewport.cc ('k') | remoting/client/ui/direct_input_strategy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698