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

Unified Diff: third_party/WebKit/Source/platform/graphics/PlaceholderImage.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/platform/graphics/PlaceholderImage.h
diff --git a/third_party/WebKit/Source/platform/graphics/PlaceholderImage.h b/third_party/WebKit/Source/platform/graphics/PlaceholderImage.h
index c32cd7758de2253b8a7d9f61347a37bb68fc4c32..de2f0b7487a0fe8bf405175f37fc54a7ea0019ff 100644
--- a/third_party/WebKit/Source/platform/graphics/PlaceholderImage.h
+++ b/third_party/WebKit/Source/platform/graphics/PlaceholderImage.h
@@ -13,9 +13,6 @@
#include "third_party/skia/include/core/SkRefCnt.h"
#include "wtf/PassRefPtr.h"
-class SkCanvas;
-class SkPaint;
-
namespace blink {
class FloatRect;
@@ -35,8 +32,8 @@ class PLATFORM_EXPORT PlaceholderImage final : public Image {
sk_sp<SkImage> imageForCurrentFrame(const ColorBehavior&) override;
- void draw(SkCanvas*,
- const SkPaint&,
+ void draw(PaintCanvas*,
+ const PaintFlags&,
const FloatRect& destRect,
const FloatRect& srcRect,
RespectImageOrientationEnum,

Powered by Google App Engine
This is Rietveld 408576698