Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(67)

Issue 1534443003: remove drawSprite from canvas (Closed)

Created:
5 years ago by reed1
Modified:
5 years ago
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

remove drawSprite from canvas BUG=skia: Committed: https://skia.googlesource.com/skia/+/4657ce2324ea197507c4ba728d81138f56da13b1

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : continue parsing drawSprite #

Patch Set 4 : really tired of unused variable warnings #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -575 lines) Patch
M bench/ImageBench.cpp View 1 chunk +0 lines, -114 lines 0 comments Download
M gm/dropshadowimagefilter.cpp View 2 chunks +1 line, -24 lines 0 comments Download
M gm/imagefiltersbase.cpp View 2 chunks +0 lines, -21 lines 0 comments Download
M gm/imagefilterscropped.cpp View 2 chunks +1 line, -24 lines 0 comments Download
M gm/spritebitmap.cpp View 5 chunks +6 lines, -180 lines 0 comments Download
M include/core/SkCanvas.h View 2 chunks +3 lines, -14 lines 0 comments Download
M include/private/SkRecords.h View 2 chunks +0 lines, -6 lines 0 comments Download
M include/utils/SkDumpCanvas.h View 1 chunk +0 lines, -1 line 0 comments Download
M include/utils/SkLuaCanvas.h View 1 chunk +0 lines, -1 line 0 comments Download
M include/utils/SkNWayCanvas.h View 1 chunk +0 lines, -1 line 0 comments Download
M include/utils/SkPaintFilterCanvas.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/core/SkCanvas.cpp View 2 chunks +1 line, -36 lines 0 comments Download
M src/core/SkPicturePlayback.cpp View 1 2 3 1 chunk +5 lines, -5 lines 1 comment Download
M src/core/SkPictureRecord.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/core/SkPictureRecord.cpp View 1 chunk +0 lines, -13 lines 0 comments Download
M src/core/SkRecordDraw.cpp View 2 chunks +0 lines, -9 lines 0 comments Download
M src/core/SkRecorder.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/core/SkRecorder.cpp View 1 chunk +0 lines, -4 lines 0 comments Download
M src/pipe/SkGPipePriv.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/pipe/SkGPipeRead.cpp View 2 chunks +0 lines, -12 lines 0 comments Download
M src/pipe/SkGPipeWrite.cpp View 2 chunks +0 lines, -11 lines 0 comments Download
M src/utils/SkDumpCanvas.cpp View 1 chunk +0 lines, -7 lines 0 comments Download
M src/utils/SkLuaCanvas.cpp View 1 chunk +0 lines, -7 lines 0 comments Download
M src/utils/SkNWayCanvas.cpp View 1 chunk +0 lines, -7 lines 0 comments Download
M src/utils/SkPaintFilterCanvas.cpp View 1 chunk +0 lines, -6 lines 0 comments Download
M src/utils/android/SkAndroidSDKCanvas.h View 1 chunk +0 lines, -2 lines 0 comments Download
M src/utils/android/SkAndroidSDKCanvas.cpp View 1 chunk +0 lines, -7 lines 0 comments Download
M src/utils/debugger/SkDebugCanvas.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/utils/debugger/SkDebugCanvas.cpp View 1 chunk +0 lines, -4 lines 0 comments Download
M src/utils/debugger/SkDrawCommand.h View 2 chunks +0 lines, -16 lines 0 comments Download
M src/utils/debugger/SkDrawCommand.cpp View 2 chunks +0 lines, -31 lines 0 comments Download
M tests/ImageFilterTest.cpp View 4 chunks +5 lines, -5 lines 0 comments Download
M tests/PictureTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M tests/SurfaceTest.cpp View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 27 (9 generated)
reed1
ptal
5 years ago (2015-12-16 14:01:22 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1534443003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1534443003/20001
5 years ago (2015-12-16 14:02:43 UTC) #4
mtklein
https://codereview.chromium.org/1534443003/diff/20001/src/core/SkPicturePlayback.cpp File src/core/SkPicturePlayback.cpp (left): https://codereview.chromium.org/1534443003/diff/20001/src/core/SkPicturePlayback.cpp#oldcode370 src/core/SkPicturePlayback.cpp:370: case DRAW_SPRITE: { Does this not break .skp compatibility? ...
5 years ago (2015-12-16 14:06:11 UTC) #6
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years ago (2015-12-16 14:16:54 UTC) #8
reed1
https://codereview.chromium.org/1534443003/diff/20001/src/core/SkPicturePlayback.cpp File src/core/SkPicturePlayback.cpp (left): https://codereview.chromium.org/1534443003/diff/20001/src/core/SkPicturePlayback.cpp#oldcode370 src/core/SkPicturePlayback.cpp:370: case DRAW_SPRITE: { On 2015/12/16 14:06:11, mtklein wrote: > ...
5 years ago (2015-12-16 14:52:36 UTC) #9
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1534443003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1534443003/60001
5 years ago (2015-12-16 14:52:46 UTC) #11
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years ago (2015-12-16 15:06:30 UTC) #13
f(malita)
https://codereview.chromium.org/1534443003/diff/60001/src/core/SkPicturePlayback.cpp File src/core/SkPicturePlayback.cpp (right): https://codereview.chromium.org/1534443003/diff/60001/src/core/SkPicturePlayback.cpp#newcode375 src/core/SkPicturePlayback.cpp:375: // drawSprite removed dec-2015 Could we emulate drawSprite using ...
5 years ago (2015-12-16 15:34:17 UTC) #14
reed1
On 2015/12/16 15:34:17, f(malita) wrote: > https://codereview.chromium.org/1534443003/diff/60001/src/core/SkPicturePlayback.cpp > File src/core/SkPicturePlayback.cpp (right): > > https://codereview.chromium.org/1534443003/diff/60001/src/core/SkPicturePlayback.cpp#newcode375 > ...
5 years ago (2015-12-16 15:48:07 UTC) #15
reed1
5 years ago (2015-12-16 15:48:21 UTC) #16
robertphillips
lgtm modulo Florin's request
5 years ago (2015-12-16 15:49:14 UTC) #17
f(malita)
On 2015/12/16 15:48:07, reed1 wrote: > On 2015/12/16 15:34:17, f(malita) wrote: > > > https://codereview.chromium.org/1534443003/diff/60001/src/core/SkPicturePlayback.cpp ...
5 years ago (2015-12-16 15:51:32 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1534443003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1534443003/60001
5 years ago (2015-12-16 15:52:02 UTC) #20
reed1
Happy to add emulation if/when we find the need. For now, I'm favoring simplicity
5 years ago (2015-12-16 15:52:20 UTC) #21
commit-bot: I haz the power
Committed patchset #4 (id:60001) as https://skia.googlesource.com/skia/+/4657ce2324ea197507c4ba728d81138f56da13b1
5 years ago (2015-12-16 15:52:50 UTC) #23
reed1
A revert of this CL (patchset #4 id:60001) has been created in https://codereview.chromium.org/1529803004/ by reed@google.com. ...
5 years ago (2015-12-16 16:26:54 UTC) #24
scroggo
On 2015/12/16 16:26:54, reed1 wrote: > A revert of this CL (patchset #4 id:60001) has ...
5 years ago (2015-12-16 16:34:08 UTC) #26
scroggo
5 years ago (2015-12-16 16:34:46 UTC) #27
Message was sent while issue was closed.
On 2015/12/16 16:34:08, scroggo wrote:
> You also need to update a caller in Android:

s/You/We

Powered by Google App Engine
This is Rietveld 408576698