| Index: third_party/WebKit/Source/core/dom/ViewportDescription.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/ViewportDescription.cpp b/third_party/WebKit/Source/core/dom/ViewportDescription.cpp
|
| index dc1d85e020ca97e85702a8a9efc08d98885fa9f8..1a7fb06d5bb4344a0a9fe8fb0c773f5d51b0b5cb 100644
|
| --- a/third_party/WebKit/Source/core/dom/ViewportDescription.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/ViewportDescription.cpp
|
| @@ -257,7 +257,9 @@
|
|
|
| bool ViewportDescription::matchesHeuristicsForGpuRasterization() const
|
| {
|
| - return isSpecifiedByAuthor();
|
| + return maxWidth == Length(DeviceWidth)
|
| + && minZoom == 1.0
|
| + && minZoomIsExplicit;
|
| }
|
|
|
| } // namespace blink
|
|
|