| Index: Source/web/WebViewImpl.cpp
|
| diff --git a/Source/web/WebViewImpl.cpp b/Source/web/WebViewImpl.cpp
|
| index ffd19244abf24012cd775ab207b135820ee995a0..583c279485b39e95074c71c5ec1be4e2a626c85d 100644
|
| --- a/Source/web/WebViewImpl.cpp
|
| +++ b/Source/web/WebViewImpl.cpp
|
| @@ -3258,9 +3258,7 @@ void WebViewImpl::updatePageDefinedViewportConstraints(const ViewportDescription
|
|
|
| Document* document = page()->deprecatedLocalMainFrame()->document();
|
|
|
| - m_matchesHeuristicsForGpuRasterization = description.maxWidth == Length(DeviceWidth)
|
| - && description.minZoom == 1.0
|
| - && description.minZoomIsExplicit;
|
| + m_matchesHeuristicsForGpuRasterization = description.maxWidth == Length(DeviceWidth);
|
| if (m_layerTreeView)
|
| m_layerTreeView->heuristicsForGpuRasterizationUpdated(m_matchesHeuristicsForGpuRasterization);
|
|
|
|
|