| Index: third_party/WebKit/Source/core/html/HTMLVideoElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLVideoElement.h b/third_party/WebKit/Source/core/html/HTMLVideoElement.h
|
| index bd0eb79e3e07df095a51557c5175d152bf8a2655..73c1b060089694a722285219a4c422376ec4dd81 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLVideoElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLVideoElement.h
|
| @@ -37,6 +37,7 @@ class SkPaint;
|
|
|
| namespace blink {
|
| class WebGraphicsContext3D;
|
| +class ColorSpaceProfile;
|
| class ExceptionState;
|
| class GraphicsContext;
|
| class ImageBitmapOptions;
|
| @@ -68,7 +69,7 @@ public:
|
| unsigned webkitDroppedFrameCount() const;
|
|
|
| // Used by canvas to gain raw pixel access
|
| - void paintCurrentFrame(SkCanvas*, const IntRect&, const SkPaint*) const;
|
| + void paintCurrentFrame(SkCanvas*, const IntRect&, const SkPaint*, ColorSpaceProfile* target) const;
|
|
|
| // Used by WebGL to do GPU-GPU textures copy if possible.
|
| bool copyVideoTextureToPlatformTexture(WebGraphicsContext3D*, Platform3DObject texture, GLenum internalFormat, GLenum type, bool premultiplyAlpha, bool flipY);
|
|
|