| 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 ac64a3d70ae985551a8921bfb5bb0be3f0b76dc3..08ce05cd3ed88e41e2f7592198284b6ded048411 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/StrokeData.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/StrokeData.cpp
|
| @@ -27,10 +27,10 @@
|
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| #include "platform/graphics/StrokeData.h"
|
| +#include <memory>
|
| #include "platform/graphics/paint/PaintFlags.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
| #include "third_party/skia/include/effects/SkDashPathEffect.h"
|
| -#include "wtf/PtrUtil.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|