| Index: third_party/WebKit/Source/platform/graphics/StrokeData.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/StrokeData.cpp b/third_party/WebKit/Source/platform/graphics/StrokeData.cpp
|
| index 4a95b79517356874ea021b13b18b020afe2cc8a2..735eae1a038478d63d7d3e9d11e3db87f5e688a3 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/StrokeData.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/StrokeData.cpp
|
| @@ -75,7 +75,7 @@ void StrokeData::setupPaintDashPathEffect(SkPaint* paint, int length) const {
|
| case NoStroke:
|
| case SolidStroke:
|
| case DoubleStroke:
|
| - case WavyStroke: // FIXME: https://code.google.com/p/chromium/issues/detail?id=229574
|
| + case WavyStroke: // FIXME: https://crbug.com/229574
|
| paint->setPathEffect(0);
|
| return;
|
| case DashedStroke:
|
|
|