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

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

Issue 2640983002: Rename paint data structures (Closed)
Patch Set: DrawingDisplayItem Created 3 years, 11 months 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 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.
« 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