| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePaintServer.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePaintServer.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePaintServer.h
|
| index 6999217e7af279e50b1a066455b2c2d173ab3840..7121806fda1ad6df6f34766d4b38d2cb41868fa5 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePaintServer.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePaintServer.h
|
| @@ -25,10 +25,9 @@
|
| #include "platform/graphics/Gradient.h"
|
| #include "platform/graphics/Pattern.h"
|
| #include "platform/transforms/AffineTransform.h"
|
| +#include "skia/ext/cdl_common.h"
|
| #include "wtf/Allocator.h"
|
|
|
| -class SkPaint;
|
| -
|
| namespace blink {
|
|
|
| enum LayoutSVGResourceMode {
|
| @@ -55,7 +54,7 @@ class SVGPaintServer {
|
| const ComputedStyle&,
|
| LayoutSVGResourceMode);
|
|
|
| - void applyToSkPaint(SkPaint&, float paintAlpha);
|
| + void applyToSkPaint(CdlPaint&, float paintAlpha);
|
|
|
| static SVGPaintServer invalid() {
|
| return SVGPaintServer(Color(Color::transparent));
|
|
|