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

Unified Diff: third_party/WebKit/Source/platform/graphics/GradientGeneratedImage.h

Issue 2716203002: blink: Fix cc/paint skia type mismatches (Closed)
Patch Set: Fix canvas Created 3 years, 10 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/GradientGeneratedImage.h
diff --git a/third_party/WebKit/Source/platform/graphics/GradientGeneratedImage.h b/third_party/WebKit/Source/platform/graphics/GradientGeneratedImage.h
index b0a6f2bbc87840db8087d0ca8949f8974fe9e1c7..68a10d46ef0e64016a43def0b3dac83cfd211bd0 100644
--- a/third_party/WebKit/Source/platform/graphics/GradientGeneratedImage.h
+++ b/third_party/WebKit/Source/platform/graphics/GradientGeneratedImage.h
@@ -47,7 +47,7 @@ class PLATFORM_EXPORT GradientGeneratedImage final : public GeneratedImage {
bool applyShader(PaintFlags&, const SkMatrix&, const ColorBehavior&) override;
protected:
- void draw(SkCanvas*,
+ void draw(PaintCanvas*,
const PaintFlags&,
const FloatRect&,
const FloatRect&,

Powered by Google App Engine
This is Rietveld 408576698