| Index: Source/core/rendering/RenderVideo.h
|
| diff --git a/Source/core/rendering/RenderVideo.h b/Source/core/rendering/RenderVideo.h
|
| index b3d953bfcc935206ba5da9927bc626173c7eb042..81f1d68a4e6de5a9d36f9557fda6d0bd6e15c639 100644
|
| --- a/Source/core/rendering/RenderVideo.h
|
| +++ b/Source/core/rendering/RenderVideo.h
|
| @@ -69,6 +69,11 @@
|
| virtual LayoutUnit computeReplacedLogicalHeight() const OVERRIDE;
|
| virtual LayoutUnit minimumReplacedHeight() const OVERRIDE;
|
|
|
| + virtual LayoutUnit offsetLeft() const OVERRIDE;
|
| + virtual LayoutUnit offsetTop() const OVERRIDE;
|
| + virtual LayoutUnit offsetWidth() const OVERRIDE;
|
| + virtual LayoutUnit offsetHeight() const OVERRIDE;
|
| +
|
| void updatePlayer();
|
|
|
| bool acceleratedRenderingInUse();
|
|
|