Index: media/blink/webmediaplayer_impl.h |
diff --git a/media/blink/webmediaplayer_impl.h b/media/blink/webmediaplayer_impl.h |
index acfdf97aaf6c4b0726f32a2000bef9658f1a12bb..16424363cdfeeb2da1f7341f1ee4200c56c4b24f 100644 |
--- a/media/blink/webmediaplayer_impl.h |
+++ b/media/blink/webmediaplayer_impl.h |
@@ -128,6 +128,7 @@ class MEDIA_EXPORT WebMediaPlayerImpl |
virtual unsigned audioDecodedByteCount() const; |
virtual unsigned videoDecodedByteCount() const; |
+ // TODO(dshwang): remove |level|. crbug.com/443151 |
virtual bool copyVideoTextureToPlatformTexture( |
blink::WebGraphicsContext3D* web_graphics_context, |
unsigned int texture, |
@@ -136,6 +137,13 @@ class MEDIA_EXPORT WebMediaPlayerImpl |
unsigned int type, |
bool premultiply_alpha, |
bool flip_y); |
+ virtual bool copyVideoTextureToPlatformTexture( |
+ blink::WebGraphicsContext3D* web_graphics_context, |
+ unsigned int texture, |
+ unsigned int internal_format, |
+ unsigned int type, |
+ bool premultiply_alpha, |
+ bool flip_y); |
virtual blink::WebAudioSourceProvider* audioSourceProvider(); |