| Index: third_party/WebKit/Source/platform/graphics/GraphicsContextState.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsContextState.h b/third_party/WebKit/Source/platform/graphics/GraphicsContextState.h
|
| index ec2ce9e20ee0d3f6147c12dd55cd2aa3508d72f8..0b9c374aee5d95c599f05d41b40bfac15c339470 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsContextState.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsContextState.h
|
| @@ -130,7 +130,7 @@ private:
|
|
|
| TextDrawingModeFlags m_textDrawingMode;
|
|
|
| - RefPtr<SkColorFilter> m_colorFilter;
|
| + sk_sp<SkColorFilter> m_colorFilter;
|
|
|
| InterpolationQuality m_interpolationQuality;
|
|
|
|
|