| Index: Source/core/html/HTMLVideoElement.h
|
| diff --git a/Source/core/html/HTMLVideoElement.h b/Source/core/html/HTMLVideoElement.h
|
| index edef11b3669c2c95d8418220cba69471648a9bc4..53670f7e2097b865cef5c430ed21d009eac56ab8 100644
|
| --- a/Source/core/html/HTMLVideoElement.h
|
| +++ b/Source/core/html/HTMLVideoElement.h
|
| @@ -30,12 +30,10 @@
|
| #include "core/html/canvas/CanvasImageSource.h"
|
| #include "platform/graphics/GraphicsTypes3D.h"
|
|
|
| -namespace blink {
|
| -class WebGraphicsContext3D;
|
| -}
|
| +class SkPaint;
|
|
|
| namespace blink {
|
| -
|
| +class WebGraphicsContext3D;
|
| class ExceptionState;
|
| class HTMLImageLoader;
|
| class GraphicsContext;
|
| @@ -66,7 +64,7 @@ public:
|
| unsigned webkitDroppedFrameCount() const;
|
|
|
| // Used by canvas to gain raw pixel access
|
| - void paintCurrentFrameInContext(GraphicsContext*, const IntRect&) const;
|
| + 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);
|
|
|