| Index: content/browser/renderer_host/input/synthetic_pinch_gesture.h
|
| diff --git a/content/browser/renderer_host/input/synthetic_pinch_gesture.h b/content/browser/renderer_host/input/synthetic_pinch_gesture.h
|
| index e8cdebfc6e75e10240f4122bc0f6de0ec232a891..0976de8f107261c80218612657d6f1e0d9994833 100644
|
| --- a/content/browser/renderer_host/input/synthetic_pinch_gesture.h
|
| +++ b/content/browser/renderer_host/input/synthetic_pinch_gesture.h
|
| @@ -36,6 +36,7 @@ class CONTENT_EXPORT SyntheticPinchGesture : public SyntheticGesture {
|
|
|
| void ForwardTouchEvent(SyntheticGestureTarget* target);
|
|
|
| + void SetupCoordinates(SyntheticGestureTarget* target);
|
| float GetDeltaForPointer0(const base::TimeDelta& interval) const;
|
| float ComputeAbsoluteRemainingDistance() const;
|
| bool HasFinished() const;
|
|
|