Roll src/third_party/skia 8e0c150:0dacc67
commitbb4b2fc4647136116af98caa0bc4248b906b4402
authorskia-deps-roller <skia-deps-roller@chromium.org>
Tue, 7 Jul 2015 22:17:44 +0000 (7 15:17 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 7 Jul 2015 22:18:08 +0000 (7 22:18 +0000)
tree2c1706dd86a39c3b7e40e1af0669503fe016cd34
parent89553dfd16e002dbaccb7e4405433e64062d3f7f
Roll src/third_party/skia 8e0c150:0dacc67

Summary of changes available at:
https://chromium.googlesource.com/skia/+log/8e0c150..0dacc67

CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
TBR=stephana@google.com

Commits in this roll:
0dacc67 ethannicholas@google.com When GrAAConvesTesselator was merging the first and last point of the array, it was deleting the last point without checking to see if any of the previous points shared the same index. This led to continuing to use the index of a deleted point and thus referencing memory past the end of the vertex array.
1b24933 mtklein@chromium.org Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.

Review URL: https://codereview.chromium.org/1224593003

Cr-Commit-Position: refs/heads/master@{#337696}
DEPS