Index: content/browser/renderer_host/input/stylus_text_selector.cc |
diff --git a/content/browser/renderer_host/input/stylus_text_selector.cc b/content/browser/renderer_host/input/stylus_text_selector.cc |
index 1a428390688eb43f4fcc1f9a9b37c8941451faeb..b226dec4142b80757b88b63aded504d44b49d0c2 100644 |
--- a/content/browser/renderer_host/input/stylus_text_selector.cc |
+++ b/content/browser/renderer_host/input/stylus_text_selector.cc |
@@ -17,7 +17,9 @@ namespace { |
scoped_ptr<GestureDetector> CreateGestureDetector( |
ui::GestureListener* listener) { |
GestureDetector::Config config = |
- ui::DefaultGestureProviderConfig().gesture_detector_config; |
+ ui::GetGestureProviderConfig( |
+ ui::GestureProviderConfigType::CURRENT_PLATFORM) |
+ .gesture_detector_config; |
ui::DoubleTapListener* null_double_tap_listener = nullptr; |