Index: content/renderer/media/webmediaplayer_ms.h |
diff --git a/content/renderer/media/webmediaplayer_ms.h b/content/renderer/media/webmediaplayer_ms.h |
index ac9b2adf708e486dd37a1a788d450522d8c1a2f2..da99ef18d3f4bfdc0e811bcf4c7393f31d922b81 100644 |
--- a/content/renderer/media/webmediaplayer_ms.h |
+++ b/content/renderer/media/webmediaplayer_ms.h |
@@ -114,6 +114,7 @@ class WebMediaPlayerMS |
virtual unsigned audioDecodedByteCount() const; |
virtual unsigned videoDecodedByteCount() const; |
+ // TODO(dshwang): remove |level|. crbug.com/443151 |
bool copyVideoTextureToPlatformTexture( |
blink::WebGraphicsContext3D* web_graphics_context, |
unsigned int texture, |
@@ -122,6 +123,13 @@ class WebMediaPlayerMS |
unsigned int type, |
bool premultiply_alpha, |
bool flip_y) override; |
+ virtual bool copyVideoTextureToPlatformTexture( |
+ blink::WebGraphicsContext3D* web_graphics_context, |
+ unsigned int texture, |
+ unsigned int internal_format, |
+ unsigned int type, |
+ bool premultiply_alpha, |
+ bool flip_y); |
// VideoFrameProvider implementation. |
void SetVideoFrameProviderClient( |