| Index: Source/core/rendering/RenderVideo.cpp
|
| diff --git a/Source/core/rendering/RenderVideo.cpp b/Source/core/rendering/RenderVideo.cpp
|
| index ed5e58cb228cb37b170412ccfd59f8dec8b603f2..13f1cd1e58b5c9e453a683bd2a97ed219a00fc24 100644
|
| --- a/Source/core/rendering/RenderVideo.cpp
|
| +++ b/Source/core/rendering/RenderVideo.cpp
|
| @@ -53,11 +53,7 @@ RenderVideo::~RenderVideo()
|
|
|
| IntSize RenderVideo::defaultSize()
|
| {
|
| - // These values are specified in the spec.
|
| - static const int cDefaultWidth = 300;
|
| - static const int cDefaultHeight = 150;
|
| -
|
| - return IntSize(cDefaultWidth, cDefaultHeight);
|
| + return IntSize(defaultWidth, defaultHeight);
|
| }
|
|
|
| void RenderVideo::intrinsicSizeChanged()
|
|
|