| Index: third_party/WebKit/Source/core/editing/SelectionController.h
|
| diff --git a/third_party/WebKit/Source/core/editing/SelectionController.h b/third_party/WebKit/Source/core/editing/SelectionController.h
|
| index 796df9dec1acead424ec1cc5369d4bc3ffb1b2fb..9fac2169fd95ce48c45c3233da14cec7637d6c5e 100644
|
| --- a/third_party/WebKit/Source/core/editing/SelectionController.h
|
| +++ b/third_party/WebKit/Source/core/editing/SelectionController.h
|
| @@ -70,7 +70,7 @@ private:
|
| explicit SelectionController(LocalFrame&);
|
|
|
| enum class AppendTrailingWhitespace { ShouldAppend, DontAppend };
|
| - enum class SelectInputEventType { GestureLongPress, Mouse };
|
| + enum class SelectInputEventType { Touch, Mouse };
|
|
|
| void selectClosestWordFromHitTestResult(const HitTestResult&, AppendTrailingWhitespace, SelectInputEventType);
|
| void selectClosestMisspellingFromHitTestResult(const HitTestResult&, AppendTrailingWhitespace);
|
|
|