| 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 1a7fb06d5bb4344a0a9fe8fb0c773f5d51b0b5cb..dc1d85e020ca97e85702a8a9efc08d98885fa9f8 100644
|
| --- a/third_party/WebKit/Source/core/dom/ViewportDescription.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/ViewportDescription.cpp
|
| @@ -257,9 +257,7 @@ void ViewportDescription::reportMobilePageStats(const LocalFrame* mainFrame) con
|
|
|
| bool ViewportDescription::matchesHeuristicsForGpuRasterization() const
|
| {
|
| - return maxWidth == Length(DeviceWidth)
|
| - && minZoom == 1.0
|
| - && minZoomIsExplicit;
|
| + return isSpecifiedByAuthor();
|
| }
|
|
|
| } // namespace blink
|
|
|