| Index: third_party/WebKit/Source/web/ContextMenuClientImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/ContextMenuClientImpl.cpp b/third_party/WebKit/Source/web/ContextMenuClientImpl.cpp
|
| index 854c49a2bb39c4bb09e52ebf285d12525674c135..e8ee3ca2d258319dd277bbea1fa44c925dcc50f4 100644
|
| --- a/third_party/WebKit/Source/web/ContextMenuClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/ContextMenuClientImpl.cpp
|
| @@ -197,7 +197,7 @@ bool ContextMenuClientImpl::ShouldShowContextMenuFromTouch(
|
| !data.link_url.IsEmpty() ||
|
| data.media_type == WebContextMenuData::kMediaTypeImage ||
|
| data.media_type == WebContextMenuData::kMediaTypeVideo ||
|
| - data.is_editable;
|
| + data.is_editable || !data.selected_text.IsEmpty();
|
| }
|
|
|
| static HTMLFormElement* AssociatedFormElement(HTMLElement& element) {
|
|
|