Chromium Code Reviews| 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 bccb8456bc3b68bf93e37c99a5cc85d901068f43..dd88518fb0a277a27ae0762c2e3c46d9364c81f4 100644 |
| --- a/third_party/WebKit/public/platform/WebMediaPlayer.h |
| +++ b/third_party/WebKit/public/platform/WebMediaPlayer.h |
| @@ -38,7 +38,7 @@ |
| #include "WebSetSinkIdCallbacks.h" |
| #include "WebString.h" |
| -class SkPaint; |
| +#include "cc/paint/paint_flags.h" |
|
danakj
2017/01/25 17:33:29
is this ordered right?
enne (OOO)
2017/01/25 21:07:16
Yup yup. check-webkit-style yells otherwise.
|
| namespace gpu { |
| namespace gles2 { |
| @@ -179,7 +179,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&, cc::PaintFlags&) = 0; |
| // TODO(kbr): remove non-|target| version. crbug.com/349871 |
| // |