| Index: third_party/WebKit/Source/core/editing/SelectionController.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/SelectionController.cpp b/third_party/WebKit/Source/core/editing/SelectionController.cpp
|
| index 64774b9ae378fde81561d31b2c985535acf4cecb..09d68f7f91c7a965b3e1721194ee504da9df6cfb 100644
|
| --- a/third_party/WebKit/Source/core/editing/SelectionController.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/SelectionController.cpp
|
| @@ -37,6 +37,7 @@
|
| #include "core/editing/RenderedPosition.h"
|
| #include "core/editing/iterators/TextIterator.h"
|
| #include "core/editing/markers/DocumentMarkerController.h"
|
| +#include "core/editing/suggestion/TextSuggestionController.h"
|
| #include "core/events/Event.h"
|
| #include "core/frame/LocalFrame.h"
|
| #include "core/frame/LocalFrameView.h"
|
| @@ -279,6 +280,7 @@ bool SelectionController::HandleSingleClick(
|
| kCharacterGranularity,
|
| is_handle_visible ? HandleVisibility::kVisible
|
| : HandleVisibility::kNotVisible);
|
| + frame_->GetTextSuggestionController().HandlePotentialMisspelledWordTap();
|
| return false;
|
| }
|
|
|
|
|