diff options
author | skia-deps-roller <skia-deps-roller@chromium.org> | 2015-08-14 13:35:30 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-08-14 20:35:58 +0000 |
commit | 0f0eceabeb14f80cc79808b5a7c29d5cb90b4cf3 (patch) | |
tree | b63fe4bedbdd7ae8be40a6edfd7f249dc17acc37 | |
parent | c5642cd5bb56b8842ddd226e112180cd675c3df2 (diff) | |
download | chromium_src-0f0eceabeb14f80cc79808b5a7c29d5cb90b4cf3.zip chromium_src-0f0eceabeb14f80cc79808b5a7c29d5cb90b4cf3.tar.gz chromium_src-0f0eceabeb14f80cc79808b5a7c29d5cb90b4cf3.tar.bz2 |
Roll src/third_party/skia 6fbdeef:a83eead
Summary of changes available at:
https://chromium.googlesource.com/skia/+log/6fbdeef..a83eead
CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
TBR=egdaniel@google.com
Commits in this roll:
a83eead joshualitt@google.com Revert of stop dropping AA when rect stays rect (patchset #8 id:140001 of https://codereview.chromium.org/1295523002/ )
f5fb939 halcanary@google.com SkPDF: Move SkFlate into src/pdf (part 3/3)
9a106ba mtklein@chromium.org A bit of misc cleanup.
090ae8e joshualitt@chromium.org fix valgrind issue
40ac15a joshualitt@chromium.org fix viewmatrix mapping in AAFillRect
540e488 egdaniel@google.com Add include paths in gputest.gyp for use by additional gpu tests.
820bffb mtklein@chromium.org Build all GMs on Android.
cc2feb1 scroggo@chromium.org Support more swizzles to 565 in SkCodec
8f4ba76 emmaleer@google.com SkScaledCodec class
1bef9f5 joshualitt@chromium.org stop dropping AA when rect stays rect
b0a32cc egdaniel@google.com Revert of SkScaledCodec class (patchset #35 id:680001 of https://codereview.chromium.org/1260673002/ )
2ba7099 joshualitt@chromium.org Add GM to test drawing atlas case
Review URL: https://codereview.chromium.org/1288003005
Cr-Commit-Position: refs/heads/master@{#343480}
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', 'libvpx_revision': '19bcff869995b401194074278634e6b5cf391333', 'sfntly_revision': '1bdaae8fc788a5ac8936d68bf24f37d977a13dac', - 'skia_revision': '6fbdeef91cd159b3291bc6c3be1d70ea388aa87f', + 'skia_revision': 'a83eeaddd3337fe716298992dff36d8b011e23e3', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling V8 # and whatever else without interference from each other. |