Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(531)

Unified Diff: third_party/WebKit/Source/core/html/HTMLVideoElement.h

Issue 2523673004: [NOT FOR COMMIT] Fully replace SkCanvas uses.
Patch Set: Support Android build. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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*,
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp ('k') | third_party/WebKit/Source/core/html/HTMLVideoElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698