Chromium Code Reviews| Index: third_party/WebKit/Source/platform/graphics/Gradient.cpp |
| diff --git a/third_party/WebKit/Source/platform/graphics/Gradient.cpp b/third_party/WebKit/Source/platform/graphics/Gradient.cpp |
| index 407e15f1e940b51faae3fc5d11bbdd68696b13d5..4ac4d07f0c9a5a0a1b3216774dd738bbc7de881c 100644 |
| --- a/third_party/WebKit/Source/platform/graphics/Gradient.cpp |
| +++ b/third_party/WebKit/Source/platform/graphics/Gradient.cpp |
| @@ -98,7 +98,8 @@ void Gradient::sortStopsIfNecessary() { |
| } |
| void Gradient::setSpreadMethod(GradientSpreadMethod spreadMethod) { |
| - // FIXME: Should it become necessary, allow calls to this method after m_gradient has been set. |
| + // FIXME: Should it become necessary, allow calls to this method after |
| + // m_gradient has been set. |
|
Stephen White
2016/10/05 14:45:37
Nit: |m_gradient|?
Peter Kasting
2016/10/05 18:46:01
Done.
|
| DCHECK(!m_cachedShader); |
| if (m_spreadMethod == spreadMethod) |