| Index: third_party/WebKit/Source/core/paint/ObjectPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/ObjectPainter.cpp b/third_party/WebKit/Source/core/paint/ObjectPainter.cpp
|
| index eb6ddfcc3de5c31d23949ae00d2d73a0342fea5c..f2ea85be5d9ded76bc7d50ff5621099f5524f602 100644
|
| --- a/third_party/WebKit/Source/core/paint/ObjectPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/ObjectPainter.cpp
|
| @@ -208,7 +208,7 @@ void fillQuad(GraphicsContext& context,
|
| path.lineTo(quad[1]);
|
| path.lineTo(quad[2]);
|
| path.lineTo(quad[3]);
|
| - SkPaint paint(context.fillPaint());
|
| + CdlPaint paint(context.fillPaint());
|
| paint.setAntiAlias(antialias);
|
| paint.setColor(color.rgb());
|
|
|
|
|