Chromium Code Reviews| Index: Source/core/platform/graphics/Gradient.h | 
| diff --git a/Source/core/platform/graphics/Gradient.h b/Source/core/platform/graphics/Gradient.h | 
| index 291c5e478e6aea2ae06c11fcc6a96e509ed85cb2..04e4598c5b88db1a22c05d2b8ddff0e8b1d77b4c 100644 | 
| --- a/Source/core/platform/graphics/Gradient.h | 
| +++ b/Source/core/platform/graphics/Gradient.h | 
| @@ -159,7 +159,7 @@ private: | 
| mutable unsigned m_cachedHash; | 
| - SkShader* m_gradient; | 
| + RefPtr<SkShader> m_gradient; | 
| }; | 
| } // namespace WebCore |