| Index: content/browser/renderer_host/input/synthetic_tap_gesture.h
|
| diff --git a/content/browser/renderer_host/input/synthetic_tap_gesture.h b/content/browser/renderer_host/input/synthetic_tap_gesture.h
|
| index b32643353cbb027449f0d463500d05deb6ae8ff0..03d4f470f2614a49577af1dd251af4f3ff179ab9 100644
|
| --- a/content/browser/renderer_host/input/synthetic_tap_gesture.h
|
| +++ b/content/browser/renderer_host/input/synthetic_tap_gesture.h
|
| @@ -8,7 +8,7 @@
|
| #include "base/macros.h"
|
| #include "content/browser/renderer_host/input/synthetic_gesture.h"
|
| #include "content/browser/renderer_host/input/synthetic_gesture_target.h"
|
| -#include "content/browser/renderer_host/input/synthetic_pointer.h"
|
| +#include "content/browser/renderer_host/input/synthetic_pointer_driver.h"
|
| #include "content/common/content_export.h"
|
| #include "content/common/input/synthetic_tap_gesture_params.h"
|
|
|
| @@ -37,7 +37,7 @@ class CONTENT_EXPORT SyntheticTapGesture : public SyntheticGesture {
|
| base::TimeDelta GetDuration() const;
|
|
|
| SyntheticTapGestureParams params_;
|
| - std::unique_ptr<SyntheticPointer> synthetic_pointer_;
|
| + std::unique_ptr<SyntheticPointerDriver> synthetic_pointer_driver_;
|
| base::TimeTicks start_time_;
|
| SyntheticGestureParams::GestureSourceType gesture_source_type_;
|
| GestureState state_;
|
|
|