| 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 e566daf023fb033fbefab03c065eb03e922880e1..d7b3b5641d9aa8bbddb5be322be8b15bdce28e98 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/StrokeData.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/StrokeData.cpp
|
| @@ -27,6 +27,7 @@
|
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| #include "platform/graphics/StrokeData.h"
|
| +#include "third_party/skia/include/effects/SkDashPathEffect.h"
|
| #include "wtf/OwnPtr.h"
|
| #include "wtf/PassOwnPtr.h"
|
|
|
|
|