| 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;
|
|
|
|
|