| 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 0deda17a3f8a508f73704deaf15a6edef9d5c089..547e5d0727c6f5f300f8e30fcd0f339f13cac408 100644
|
| --- a/third_party/WebKit/Source/core/dom/ViewportDescription.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/ViewportDescription.cpp
|
| @@ -294,8 +294,4 @@ void ViewportDescription::reportMobilePageStats(
|
| #endif
|
| }
|
|
|
| -bool ViewportDescription::matchesHeuristicsForGpuRasterization() const {
|
| - return isSpecifiedByAuthor();
|
| -}
|
| -
|
| } // namespace blink
|
|
|