| 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 e4602e24704bc93ed3a7744b4f85a63c05c011cc..c2a189d150881b637526f1a4c9affd9cd9ba1640 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutVideo.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutVideo.h
|
| @@ -68,6 +68,11 @@ private:
|
| LayoutUnit computeReplacedLogicalHeight() const override;
|
| LayoutUnit minimumReplacedHeight() const override;
|
|
|
| + LayoutUnit offsetLeft() const override;
|
| + LayoutUnit offsetTop() const override;
|
| + LayoutUnit offsetWidth() const override;
|
| + LayoutUnit offsetHeight() const override;
|
| +
|
| CompositingReasons additionalCompositingReasons() const override;
|
|
|
| void updatePlayer();
|
|
|