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 534a1e06c94257a83283ab416c9ceb50cb22aa3a..519530cd7cb8184b71ae0296b74e05c2bd96d3bc 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLVideoElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLVideoElement.h |
@@ -33,8 +33,6 @@ |
#include "core/imagebitmap/ImageBitmapSource.h" |
#include "third_party/khronos/GLES2/gl2.h" |
-class SkPaint; |
- |
namespace gpu { |
namespace gles2 { |
class GLES2Interface; |
@@ -69,7 +67,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(PaintCanvas*, const IntRect&, const PaintFlags*) const; |
// Used by WebGL to do GPU-GPU textures copy if possible. |
// The caller is responsible for allocating the destination texture. |