| 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*,
|
|
|