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

Unified Diff: Source/core/css/MediaValuesDynamic.h

Issue 335313003: MediaQueryEvaluator getting mediaType from MediaValues (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added a comment Created 6 years, 6 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
« no previous file with comments | « Source/core/css/MediaValuesCached.cpp ('k') | Source/core/css/MediaValuesDynamic.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/MediaValuesDynamic.h
diff --git a/Source/core/css/MediaValuesDynamic.h b/Source/core/css/MediaValuesDynamic.h
index 26fac8774517a730e0e3c42a79e988a17a928fad..d7c6182f3c92bb65d6b57ada2be980200e174c15 100644
--- a/Source/core/css/MediaValuesDynamic.h
+++ b/Source/core/css/MediaValuesDynamic.h
@@ -28,10 +28,8 @@ public:
virtual int monochromeBitsPerComponent() const OVERRIDE;
virtual PointerDeviceType pointer() const OVERRIDE;
virtual bool threeDEnabled() const OVERRIDE;
- virtual bool scanMediaType() const OVERRIDE;
- virtual bool screenMediaType() const OVERRIDE;
- virtual bool printMediaType() const OVERRIDE;
virtual bool strictMode() const OVERRIDE;
+ virtual const String mediaType() const OVERRIDE;
virtual Document* document() const OVERRIDE;
virtual bool hasValues() const OVERRIDE;
« no previous file with comments | « Source/core/css/MediaValuesCached.cpp ('k') | Source/core/css/MediaValuesDynamic.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698