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 7e4b67a2e553b63954b27006a76a907304ea176d..546e5b4e1f8ddb8d316964b0fead8e4a69cd2c8d 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutVideo.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutVideo.h |
@@ -67,8 +67,8 @@ private: |
LayoutUnit computeReplacedLogicalHeight(LayoutUnit estimatedUsedWidth = LayoutUnit()) const override; |
LayoutUnit minimumReplacedHeight() const override; |
- LayoutUnit offsetLeft() const override; |
- LayoutUnit offsetTop() const override; |
+ LayoutUnit offsetLeft(const Element*) const override; |
+ LayoutUnit offsetTop(const Element*) const override; |
LayoutUnit offsetWidth() const override; |
LayoutUnit offsetHeight() const override; |