| Index: third_party/WebKit/Source/core/css/MediaValuesCached.h
|
| diff --git a/third_party/WebKit/Source/core/css/MediaValuesCached.h b/third_party/WebKit/Source/core/css/MediaValuesCached.h
|
| index 7883b9872fa380c7a99ea6e21ec2d19452679e54..9c4686acffe2aaa11b5731f1becf32d86b18e431 100644
|
| --- a/third_party/WebKit/Source/core/css/MediaValuesCached.h
|
| +++ b/third_party/WebKit/Source/core/css/MediaValuesCached.h
|
| @@ -100,8 +100,7 @@ public:
|
| const String mediaType() const override;
|
| WebDisplayMode displayMode() const override;
|
|
|
| - void setViewportWidth(double);
|
| - void setViewportHeight(double);
|
| + void overrideViewportDimensions(double width, double height) override;
|
|
|
| protected:
|
| MediaValuesCached();
|
|
|