| Index: content/common/input/synthetic_web_input_event_builders.h
|
| diff --git a/content/common/input/synthetic_web_input_event_builders.h b/content/common/input/synthetic_web_input_event_builders.h
|
| index bafc121f8d6381099c04a04dc1db7566b2de39f0..3bf301963a7c30749999d9ba603a780bf9d8b3cd 100644
|
| --- a/content/common/input/synthetic_web_input_event_builders.h
|
| +++ b/content/common/input/synthetic_web_input_event_builders.h
|
| @@ -66,8 +66,8 @@ class CONTENT_EXPORT SyntheticWebTouchEvent
|
| void ResetPoints();
|
|
|
| // Adds an additional point to the touch list, returning the point's index.
|
| - int PressPoint(int x, int y);
|
| - void MovePoint(int index, int x, int y);
|
| + int PressPoint(float x, float y);
|
| + void MovePoint(int index, float x, float y);
|
| void ReleasePoint(int index);
|
| void CancelPoint(int index);
|
|
|
|
|