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

Unified Diff: third_party/WebKit/public/platform/WebMediaPlayer.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
« no previous file with comments | « third_party/WebKit/public/platform/WebDisplayItemList.h ('k') | ui/compositor/paint_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/WebMediaPlayer.h
diff --git a/third_party/WebKit/public/platform/WebMediaPlayer.h b/third_party/WebKit/public/platform/WebMediaPlayer.h
index f82ba332d088577d3da9e1947584173322edb931..5a00b98f0846f5f266a962e8b93bcb4156e48690 100644
--- a/third_party/WebKit/public/platform/WebMediaPlayer.h
+++ b/third_party/WebKit/public/platform/WebMediaPlayer.h
@@ -38,8 +38,6 @@
#include "WebSetSinkIdCallbacks.h"
#include "WebString.h"
-class SkPaint;
-
namespace gpu {
namespace gles2 {
class GLES2Interface;
@@ -171,7 +169,7 @@ class WebMediaPlayer {
virtual size_t audioDecodedByteCount() const = 0;
virtual size_t videoDecodedByteCount() const = 0;
- virtual void paint(WebCanvas*, const WebRect&, SkPaint&) = 0;
+ virtual void paint(WebCanvas*, const WebRect&, CdlPaint&) = 0;
// TODO(dshwang): remove non-|target| version. crbug.com/349871
virtual bool copyVideoTextureToPlatformTexture(gpu::gles2::GLES2Interface*,
« no previous file with comments | « third_party/WebKit/public/platform/WebDisplayItemList.h ('k') | ui/compositor/paint_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698