| Index: Source/core/html/HTMLVideoElement.h
|
| diff --git a/Source/core/html/HTMLVideoElement.h b/Source/core/html/HTMLVideoElement.h
|
| index 16e008e85e7d62f34012c3f6ce0652d2f1217b66..0c6d80d80df99d4968129c4232e28a92cfdfa2ab 100644
|
| --- a/Source/core/html/HTMLVideoElement.h
|
| +++ b/Source/core/html/HTMLVideoElement.h
|
| @@ -67,7 +67,7 @@ public:
|
| void paintCurrentFrame(SkCanvas*, const IntRect&, const SkPaint*) const;
|
|
|
| // Used by WebGL to do GPU-GPU textures copy if possible.
|
| - bool copyVideoTextureToPlatformTexture(WebGraphicsContext3D*, Platform3DObject texture, GC3Dint level, GLenum internalFormat, GLenum type, bool premultiplyAlpha, bool flipY);
|
| + bool copyVideoTextureToPlatformTexture(WebGraphicsContext3D*, Platform3DObject texture, GLenum internalFormat, GLenum type, bool premultiplyAlpha, bool flipY);
|
|
|
| bool shouldDisplayPosterImage() const { return displayMode() == Poster; }
|
|
|
|
|