Index: content/browser/renderer_host/input/touch_emulator.h |
diff --git a/content/browser/renderer_host/input/touch_emulator.h b/content/browser/renderer_host/input/touch_emulator.h |
index 4cb5c32b4f65b2636edd956fb41ab2fae35d34ef..434311d5fe6b82562f88f8d4ecb35feec0e56afb 100644 |
--- a/content/browser/renderer_host/input/touch_emulator.h |
+++ b/content/browser/renderer_host/input/touch_emulator.h |
@@ -10,6 +10,7 @@ |
#include "content/common/input/input_event_ack_state.h" |
#include "third_party/WebKit/public/web/WebInputEvent.h" |
#include "ui/events/gesture_detection/filtered_gesture_provider.h" |
+#include "ui/events/gesture_detection/gesture_provider_config_helper.h" |
#include "ui/gfx/size_f.h" |
namespace content { |
@@ -20,7 +21,7 @@ class CONTENT_EXPORT TouchEmulator : public ui::GestureProviderClient { |
explicit TouchEmulator(TouchEmulatorClient* client); |
~TouchEmulator() override; |
- void Enable(); |
+ void Enable(ui::GestureProviderConfigType config_type); |
void Disable(); |
// Note that TouchEmulator should always listen to touch events and their acks |