| Index: third_party/WebKit/Source/core/layout/LayoutVideo.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutVideo.h b/third_party/WebKit/Source/core/layout/LayoutVideo.h
|
| index a85cf5f038eab17303ec91b049f5c3f4a3a3955a..81d82959fcc1e633f56da6a27a7b2fc01880f735 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutVideo.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutVideo.h
|
| @@ -71,11 +71,6 @@ class LayoutVideo final : public LayoutMedia {
|
| LayoutUnit estimatedUsedWidth = LayoutUnit()) const override;
|
| LayoutUnit minimumReplacedHeight() const override;
|
|
|
| - LayoutUnit offsetLeft(const Element*) const override;
|
| - LayoutUnit offsetTop(const Element*) const override;
|
| - LayoutUnit offsetWidth() const override;
|
| - LayoutUnit offsetHeight() const override;
|
| -
|
| CompositingReasons additionalCompositingReasons() const override;
|
|
|
| void updatePlayer();
|
|
|