Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(279)

Unified Diff: third_party/WebKit/Source/core/dom/ViewportDescription.h

Issue 2443753002: Count presence of viewport tag as mobile-friendly
Patch Set: default false Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698