| Index: Source/WebCore/platform/graphics/MediaPlayerPrivate.h
|
| diff --git a/Source/WebCore/platform/graphics/MediaPlayerPrivate.h b/Source/WebCore/platform/graphics/MediaPlayerPrivate.h
|
| index b79709d5375d59315c669e72d2345d3f42048fbb..5e8fbdd26e9163ca71dd31a076f3a8eae6ea4af5 100644
|
| --- a/Source/WebCore/platform/graphics/MediaPlayerPrivate.h
|
| +++ b/Source/WebCore/platform/graphics/MediaPlayerPrivate.h
|
| @@ -107,6 +107,7 @@ public:
|
| virtual void paint(GraphicsContext*, const IntRect&) = 0;
|
|
|
| virtual void paintCurrentFrameInContext(GraphicsContext* c, const IntRect& r) { paint(c, r); }
|
| + virtual bool copyVideoTextureToCanvas(GraphicsContext*, GraphicsContext3D*) { return false; }
|
| virtual bool copyVideoTextureToPlatformTexture(GraphicsContext3D*, Platform3DObject, GC3Dint, GC3Denum, GC3Denum, bool, bool) { return false; }
|
|
|
| virtual void setPreload(MediaPlayer::Preload) { }
|
|
|