diff options
Diffstat (limited to 'WebCore/rendering/RenderVideo.h')
-rw-r--r-- | WebCore/rendering/RenderVideo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/rendering/RenderVideo.h b/WebCore/rendering/RenderVideo.h index 24f473d..9091490 100644 --- a/WebCore/rendering/RenderVideo.h +++ b/WebCore/rendering/RenderVideo.h @@ -70,8 +70,8 @@ private: virtual void layout(); - virtual int computeReplacedWidth(bool includeMaxWidth = true) const; - virtual int computeReplacedHeight() const; + virtual int computeReplacedLogicalWidth(bool includeMaxWidth = true) const; + virtual int computeReplacedLogicalHeight() const; virtual int minimumReplacedHeight() const; void updatePlayer(); |