| 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 ebc21fa91282478a102693fec039c3b8e0e2ef09..66791919eb7a6b12c4b64d7af18e3cd1a456bf26 100644
|
| --- a/third_party/WebKit/Source/web/ContextMenuClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/ContextMenuClientImpl.cpp
|
| @@ -138,7 +138,7 @@ static String selectMisspellingAsync(LocalFrame* selectedFrame,
|
|
|
| bool ContextMenuClientImpl::shouldShowContextMenuFromTouch(
|
| const WebContextMenuData& data) {
|
| - return m_webView->page()->settings().alwaysShowContextMenuOnTouch() ||
|
| + return m_webView->page()->settings().GetAlwaysShowContextMenuOnTouch() ||
|
| !data.linkURL.isEmpty() ||
|
| data.mediaType == WebContextMenuData::MediaTypeImage ||
|
| data.mediaType == WebContextMenuData::MediaTypeVideo ||
|
|
|