Skip to content

Commit

Permalink
Roll src/third_party/skia/ 45dcc0c42..c0e52f44a (1 commit)
Browse files Browse the repository at this point in the history
https://skia.googlesource.com/skia.git/+log/45dcc0c42c40..c0e52f44aac3

$ git log 45dcc0c42..c0e52f44a --date=short --no-merges --format='%ad %ae %s'
2017-04-05 lsalzman Fix the size check for the drawBitmap fast-path in SkBitmapDevice::drawBitmapRect. It would fail when the source rectangle had a non-zero offset, in which case it would compare the source rectangle with the offset to the extracted bitmap size, which always fails. The only thing that should matter is that the source rectangle and extract bitmap have the same size, since the offset gets added onto the matrix.

Created with:
  roll-dep src/third_party/skia


Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, see:
http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls


CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel
TBR=jvanverth@chromium.org

Change-Id: I3a2ceb00adad4375963f5f943e8e651bb067e806
Reviewed-on: https://chromium-review.googlesource.com/469137
Reviewed-by: Skia Deps Roller <skia-deps-roller@chromium.org>
Commit-Queue: Skia Deps Roller <skia-deps-roller@chromium.org>
Cr-Commit-Position: refs/heads/master@{#462385}
  • Loading branch information
skia-deps-roller@chromium.org authored and Commit Bot committed Apr 6, 2017
1 parent c68471e commit 468a092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling Skia
# and whatever else without interference from each other.
'skia_revision': '45dcc0c42c4059c3b533b3e91d6c7fe67f6eefc7',
'skia_revision': 'c0e52f44aac391da632d88d9702aea4f41cfe17a',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling V8
# and whatever else without interference from each other.
Expand Down

0 comments on commit 468a092

Please sign in to comment.