| Index: Source/core/rendering/RenderVideo.h
|
| diff --git a/Source/core/rendering/RenderVideo.h b/Source/core/rendering/RenderVideo.h
|
| index ee7168348ea352a7757635e539758c74bbb43700..c1613266cd1c9c535584f898e6525ff8def542db 100644
|
| --- a/Source/core/rendering/RenderVideo.h
|
| +++ b/Source/core/rendering/RenderVideo.h
|
| @@ -69,11 +69,6 @@ private:
|
| virtual LayoutUnit computeReplacedLogicalHeight() const;
|
| virtual LayoutUnit minimumReplacedHeight() const OVERRIDE;
|
|
|
| - virtual LayoutUnit offsetLeft() const;
|
| - virtual LayoutUnit offsetTop() const;
|
| - virtual LayoutUnit offsetWidth() const;
|
| - virtual LayoutUnit offsetHeight() const;
|
| -
|
| void updatePlayer();
|
|
|
| LayoutSize m_cachedImageSize;
|
|
|