| Index: third_party/WebKit/Source/core/dom/ViewportDescription.h
|
| diff --git a/third_party/WebKit/Source/core/dom/ViewportDescription.h b/third_party/WebKit/Source/core/dom/ViewportDescription.h
|
| index 0269f079a053d4091b5e7e6d57f8870a489dfc89..f21c53898357fce15bccde9c8814111df6a42076 100644
|
| --- a/third_party/WebKit/Source/core/dom/ViewportDescription.h
|
| +++ b/third_party/WebKit/Source/core/dom/ViewportDescription.h
|
| @@ -123,7 +123,6 @@ struct CORE_EXPORT ViewportDescription {
|
| }
|
| bool isMetaViewportType() const { return type == ViewportMeta; }
|
| bool isSpecifiedByAuthor() const { return type != UserAgentStyleSheet; }
|
| - bool matchesHeuristicsForGpuRasterization() const;
|
|
|
| // Reports UMA stat on whether the page is considered mobile or desktop and
|
| // what kind of mobile it is. Applies only to Android, must only be called
|
|
|