diff options
author | noel <noel@chromium.org> | 2015-07-13 04:10:34 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-07-13 11:11:18 +0000 |
commit | 403ea1d7c6c7708d7302320777427df2d240db88 (patch) | |
tree | a809173dd234be23af223ceb8d860b882f9700ea | |
parent | b1704d0c90a6eb1e4d5eb1e83976e5964ee378b7 (diff) | |
download | chromium_src-403ea1d7c6c7708d7302320777427df2d240db88.zip chromium_src-403ea1d7c6c7708d7302320777427df2d240db88.tar.gz chromium_src-403ea1d7c6c7708d7302320777427df2d240db88.tar.bz2 |
Revert of Roll src/third_party/skia ea561bf:0c606f4 (patchset #1 id:1 of https://codereview.chromium.org/1235793002/)
Reason for revert:
Regressed 'sizes' on Mac Build
http://build.chromium.org/p/chromium/builders/Mac/builds/4711
Original issue's description:
> Roll src/third_party/skia ea561bf:0c606f4
>
> Summary of changes available at:
> https://chromium.googlesource.com/skia/+log/ea561bf..0c606f4
>
> CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
> TBR=scroggo@google.com
>
> Commits in this roll:
> 0c606f4 skia.buildbots@gmail.com Update SKP version
> 91abe10 ericrk@chromium.org Bilinear optimization for 1D convolution.
> 3989205 joshualitt@chromium.org remove some unused stuff
> d0f4173 reed@google.com add option to use global mutex-lock in mac-scalercontext
> 9b2cdbf scroggo@chromium.org Allow creating multiple scanline decoders.
> f9c5db2 joshualitt@chromium.org Trivial cleanup
> 33d3526 scroggo@chromium.org Move android_gdb_tmp into out/
> 718e41d msarett@google.com Fix msvs builds
> 139491f scroggo@chromium.org Use the upstream version of libwebp, v0.4.3.
> 416e14f joshualitt@chromium.org fix for valgrind issue
> 5ce8b43 dongseong.hwang@intel.com Fix componene debug build failure in chromium
> 21cea72 emmaleer@google.com Changing name of has_transpareny_in_palette to has_transparency_in_tRNS
> 5b4f05f joshualitt@chromium.org Move GrProcessorDataManager to GrMemoryPool
> 9764c40 joel.liang@arm.com Workaround for blacklist KHR_blend_equation_advanced on ARM GPU
>
> Committed: https://crrev.com/e0582a7f87a2f7431f8a728a5d0f007ab1b100cf
> Cr-Commit-Position: refs/heads/master@{#338475}
TBR=scroggo@google.com,skia-deps-roller@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
Review URL: https://codereview.chromium.org/1237553003
Cr-Commit-Position: refs/heads/master@{#338496}
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', 'libvpx_revision': '96484d320036bbc1e30f1dea232799a3e0517b1d', 'sfntly_revision': '1bdaae8fc788a5ac8936d68bf24f37d977a13dac', - 'skia_revision': '0c606f493fe22c59ca1d306a51a4a0cd35f4298c', + 'skia_revision': 'ea561bf055bb803f4c10ca323ea60a9d94da7956', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling V8 # and whatever else without interference from each other. |