| 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 1f91b29aa9319642c9e85a9f0b68c7a54bfa6e2c..ae87277b63bb28003a22b0aeb1e70c872c8b49a8 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLVideoElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLVideoElement.h
|
| @@ -31,10 +31,9 @@
|
| #include "core/html/HTMLMediaElement.h"
|
| #include "core/html/canvas/CanvasImageSource.h"
|
| #include "core/imagebitmap/ImageBitmapSource.h"
|
| +#include "skia/ext/cdl_common.h"
|
| #include "third_party/khronos/GLES2/gl2.h"
|
|
|
| -class SkPaint;
|
| -
|
| namespace gpu {
|
| namespace gles2 {
|
| class GLES2Interface;
|
| @@ -69,7 +68,7 @@ class CORE_EXPORT HTMLVideoElement final : public HTMLMediaElement,
|
| unsigned webkitDroppedFrameCount() const;
|
|
|
| // Used by canvas to gain raw pixel access
|
| - void paintCurrentFrame(SkCanvas*, const IntRect&, const SkPaint*) const;
|
| + void paintCurrentFrame(CdlCanvas*, const IntRect&, const CdlPaint*) const;
|
|
|
| // Used by WebGL to do GPU-GPU textures copy if possible.
|
| bool copyVideoTextureToPlatformTexture(gpu::gles2::GLES2Interface*,
|
|
|