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

Unified Diff: third_party/WebKit/Source/platform/graphics/Image.cpp

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/Image.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/Image.cpp b/third_party/WebKit/Source/platform/graphics/Image.cpp
index f208d6d21809ab821597f5c6e1b221e25919b237..f9fc11f1a568b709d557e954a0940b7cd0e5ce73 100644
--- a/third_party/WebKit/Source/platform/graphics/Image.cpp
+++ b/third_party/WebKit/Source/platform/graphics/Image.cpp
@@ -224,7 +224,7 @@ namespace {
sk_sp<PaintShader> createPatternShader(const SkImage* image,
const SkMatrix& shaderMatrix,
- const SkPaint& paint,
+ const PaintFlags& paint,
const FloatSize& spacing,
SkShader::TileMode tmx,
SkShader::TileMode tmy) {

Powered by Google App Engine
This is Rietveld 408576698