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

Unified Diff: third_party/WebKit/Source/platform/graphics/CrossfadeGeneratedImage.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/CrossfadeGeneratedImage.h
diff --git a/third_party/WebKit/Source/platform/graphics/CrossfadeGeneratedImage.h b/third_party/WebKit/Source/platform/graphics/CrossfadeGeneratedImage.h
index 0d777aea649a59d2aede6e035dc7356ad576f2b4..c557e41c32491617d5463b25775f54d1805ce80f 100644
--- a/third_party/WebKit/Source/platform/graphics/CrossfadeGeneratedImage.h
+++ b/third_party/WebKit/Source/platform/graphics/CrossfadeGeneratedImage.h
@@ -52,8 +52,8 @@ class PLATFORM_EXPORT CrossfadeGeneratedImage final : public GeneratedImage {
IntSize size() const override { return m_crossfadeSize; }
protected:
- void draw(SkCanvas*,
- const SkPaint&,
+ void draw(PaintCanvas*,
+ const PaintFlags&,
const FloatRect&,
const FloatRect&,
RespectImageOrientationEnum,
@@ -68,7 +68,7 @@ class PLATFORM_EXPORT CrossfadeGeneratedImage final : public GeneratedImage {
const IntSize&);
private:
- void drawCrossfade(SkCanvas*,
+ void drawCrossfade(PaintCanvas*,
const SkPaint&,
ImageClampingMode,
const ColorBehavior&);

Powered by Google App Engine
This is Rietveld 408576698