| 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 e865e9b23cedfe6f4f0264b9a43b221ad42563e9..4068c5e492f24273ca6568c8ce0dbcf161391cd7 100644
|
| --- a/content/common/input/synthetic_web_input_event_builders.h
|
| +++ b/content/common/input/synthetic_web_input_event_builders.h
|
| @@ -84,7 +84,7 @@ class CONTENT_EXPORT SyntheticWebTouchEvent
|
| void ReleasePoint(int index);
|
| void CancelPoint(int index);
|
|
|
| - void SetTimestamp(base::TimeDelta timestamp);
|
| + void SetTimestamp(base::TimeTicks timestamp);
|
| };
|
|
|
| } // namespace content
|
|
|