From bb4b2fc4647136116af98caa0bc4248b906b4402 Mon Sep 17 00:00:00 2001 From: skia-deps-roller Date: Tue, 7 Jul 2015 15:17:44 -0700 Subject: [PATCH] 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index db9ce6612c9f..03b448735b33 100644 --- a/DEPS +++ b/DEPS @@ -34,7 +34,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', 'libvpx_revision': 'aa9b5f1d6e226fbeae31b2e8984d6c135c61169f', 'sfntly_revision': '1bdaae8fc788a5ac8936d68bf24f37d977a13dac', - 'skia_revision': '8e0c1500a78f450115ce1a8de438d66e2e892cdc', + 'skia_revision': '0dacc6708d5db4fbe755d7b1d0716b51fe703058', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling V8 # and whatever else without interference from each other. -- 2.11.4.GIT