| Index: content/renderer/media/webmediaplayer_impl.h
|
| diff --git a/content/renderer/media/webmediaplayer_impl.h b/content/renderer/media/webmediaplayer_impl.h
|
| index f30bfe2b6f78d428dd0ad807410924a127d97612..d4e51265f007cc3cb3627df04a5a2552af5c5826 100644
|
| --- a/content/renderer/media/webmediaplayer_impl.h
|
| +++ b/content/renderer/media/webmediaplayer_impl.h
|
| @@ -128,6 +128,7 @@ class WebMediaPlayerImpl
|
| virtual unsigned droppedFrameCount() const;
|
| virtual unsigned audioDecodedByteCount() const;
|
| virtual unsigned videoDecodedByteCount() const;
|
| + virtual double totalFrameDelay() const;
|
|
|
| virtual bool copyVideoTextureToPlatformTexture(
|
| blink::WebGraphicsContext3D* web_graphics_context,
|
|
|