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

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

Issue 2891603002: [CRD iOS] Trackpad Input Mode (Closed)
Patch Set: Fix 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 c1657c376f0eb94e85e3bd8fdc10e5a30fc7d335..e3a1d6dd9ba908daca8d8461227c39c1792b3ff2 100644
--- a/remoting/client/ui/direct_input_strategy.h
+++ b/remoting/client/ui/direct_input_strategy.h
@@ -19,12 +19,12 @@ class DirectInputStrategy : public InputStrategy {
// InputStrategy overrides.
- void HandlePinch(const ViewMatrix::Point& pivot,
- float scale,
- DesktopViewport* viewport) override;
+ void HandleZoom(const ViewMatrix::Point& pivot,
+ float scale,
+ DesktopViewport* viewport) override;
- void HandlePan(const ViewMatrix::Vector2D& translation,
- bool is_dragging_mode,
+ bool HandlePan(const ViewMatrix::Vector2D& translation,
+ Gesture simultaneous_gesture,
DesktopViewport* viewport) override;
void TrackTouchInput(const ViewMatrix::Point& touch_point,
« 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