| Index: third_party/WebKit/Source/web/WebViewImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.cpp b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| index 32bfe0a1f7bd6404309540f6d3822ce589191ca1..854caa6ad9cf524eda5a754d235b4ff1352ce470 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| @@ -2760,7 +2760,7 @@ bool WebViewImpl::ScrollFocusedEditableElementIntoRect(
|
| // not to zoom in if the user won't be able to zoom out. e.g if the textbox
|
| // is within a touch-action: none container the user can't zoom back out.
|
| TouchAction action = TouchActionUtil::ComputeEffectiveTouchAction(*element);
|
| - if (!(action & kTouchActionPinchZoom))
|
| + if (!(action & TouchAction::kTouchActionPinchZoom))
|
| zoom_in_to_legible_scale = false;
|
| }
|
|
|
|
|