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

Unified Diff: third_party/WebKit/public/platform/WebMediaPlayer.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
« no previous file with comments | « third_party/WebKit/public/platform/WebDisplayItemList.h ('k') | ui/compositor/BUILD.gn » ('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 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"
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
//
« no previous file with comments | « third_party/WebKit/public/platform/WebDisplayItemList.h ('k') | ui/compositor/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698