| Index: public/platform/WebMediaPlayer.h
|
| diff --git a/public/platform/WebMediaPlayer.h b/public/platform/WebMediaPlayer.h
|
| index c18942a62fa8b5e4f2cb09fd4c8f45348bed0861..4a7b020a4ccd9c58756e3b3dc6e2f2bb8e513a05 100644
|
| --- a/public/platform/WebMediaPlayer.h
|
| +++ b/public/platform/WebMediaPlayer.h
|
| @@ -150,8 +150,6 @@ public:
|
| virtual void paint(WebCanvas*, const WebRect&, unsigned char alpha, SkXfermode::Mode) = 0;
|
| // Do a GPU-GPU textures copy if possible.
|
| virtual bool copyVideoTextureToPlatformTexture(WebGraphicsContext3D*, unsigned texture, unsigned internalFormat, unsigned type, bool premultiplyAlpha, bool flipY) { return false; }
|
| - // TODO(dshwang): Remove it after cleaning up in chromium side. crbug.com/443151
|
| - virtual bool copyVideoTextureToPlatformTexture(WebGraphicsContext3D*, unsigned texture, unsigned level, unsigned internalFormat, unsigned type, bool premultiplyAlpha, bool flipY) { return false; }
|
|
|
| virtual WebAudioSourceProvider* audioSourceProvider() { return nullptr; }
|
|
|
|
|