summaryrefslogtreecommitdiffstats
path: root/WebCore/rendering/RenderVideo.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/rendering/RenderVideo.h')
-rw-r--r--WebCore/rendering/RenderVideo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/rendering/RenderVideo.h b/WebCore/rendering/RenderVideo.h
index 2c47471..24f473d 100644
--- a/WebCore/rendering/RenderVideo.h
+++ b/WebCore/rendering/RenderVideo.h
@@ -70,8 +70,8 @@ private:
virtual void layout();
- virtual int calcReplacedWidth(bool includeMaxWidth = true) const;
- virtual int calcReplacedHeight() const;
+ virtual int computeReplacedWidth(bool includeMaxWidth = true) const;
+ virtual int computeReplacedHeight() const;
virtual int minimumReplacedHeight() const;
void updatePlayer();