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

Issue 2106843004: Experiment: add flag for finish-recording to return null (Closed)

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

Description

Experiment: add flag for finish-recording to return null BUG=skia:5495 GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2106843004 Committed: https://skia.googlesource.com/skia/+/41c27e15ec2740850700f1b82038ce0f7a632481

Patch Set 1 #

Patch Set 2 : optimize away cruft #

Patch Set 3 : fix test #

Total comments: 4

Patch Set 4 : address comments from #21 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+96 lines, -11 lines) Patch
M include/core/SkPictureRecorder.h View 4 chunks +10 lines, -5 lines 1 comment Download
M src/core/SkPictureRecorder.cpp View 1 2 3 3 chunks +20 lines, -5 lines 0 comments Download
M src/core/SkRecordOpts.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M tests/PictureTest.cpp View 1 2 3 1 chunk +60 lines, -0 lines 0 comments Download
M tests/RecordReplaceDrawTest.cpp View 1 2 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 36 (16 generated)
reed1
4 years, 5 months ago (2016-06-29 15:27:18 UTC) #3
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2106843004/1
4 years, 5 months ago (2016-06-29 15:27:27 UTC) #5
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 5 months ago (2016-06-29 15:48:33 UTC) #7
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2106843004/20001
4 years, 5 months ago (2016-06-29 16:24:44 UTC) #10
reed1
liyuqian, try patching this locally and re-time/capture on android
4 years, 5 months ago (2016-06-29 16:26:49 UTC) #12
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybot on master.client.skia (JOB_FAILED, http://build.chromium.org/p/client.skia/builders/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybot/builds/9327)
4 years, 5 months ago (2016-06-29 16:33:31 UTC) #14
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2106843004/40001
4 years, 5 months ago (2016-06-29 17:51:23 UTC) #16
reed1
4 years, 5 months ago (2016-06-29 18:05:48 UTC) #18
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 5 months ago (2016-06-29 18:11:28 UTC) #20
mtklein
https://codereview.chromium.org/2106843004/diff/40001/src/core/SkPictureRecorder.cpp File src/core/SkPictureRecorder.cpp (right): https://codereview.chromium.org/2106843004/diff/40001/src/core/SkPictureRecorder.cpp#newcode139 src/core/SkPictureRecorder.cpp:139: // Should we call optimize first, in case that ...
4 years, 5 months ago (2016-06-29 19:44:20 UTC) #21
reed1
https://codereview.chromium.org/2106843004/diff/40001/src/core/SkPictureRecorder.cpp File src/core/SkPictureRecorder.cpp (right): https://codereview.chromium.org/2106843004/diff/40001/src/core/SkPictureRecorder.cpp#newcode139 src/core/SkPictureRecorder.cpp:139: // Should we call optimize first, in case that ...
4 years, 5 months ago (2016-07-06 13:55:09 UTC) #22
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2106843004/60001
4 years, 5 months ago (2016-07-06 13:55:21 UTC) #24
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 5 months ago (2016-07-06 14:21:43 UTC) #26
reed1
ptal
4 years, 5 months ago (2016-07-06 15:31:43 UTC) #27
liyuqian
https://codereview.chromium.org/2106843004/diff/60001/include/core/SkPictureRecorder.h File include/core/SkPictureRecorder.h (right): https://codereview.chromium.org/2106843004/diff/60001/include/core/SkPictureRecorder.h#newcode40 include/core/SkPictureRecorder.h:40: kPlaybackDrawPicture_RecordFlag = 1 << 1, Just curious: is 1 ...
4 years, 5 months ago (2016-07-06 15:39:03 UTC) #28
reed1
On 2016/07/06 15:39:03, liyuqian wrote: > https://codereview.chromium.org/2106843004/diff/60001/include/core/SkPictureRecorder.h > File include/core/SkPictureRecorder.h (right): > > https://codereview.chromium.org/2106843004/diff/60001/include/core/SkPictureRecorder.h#newcode40 > ...
4 years, 5 months ago (2016-07-06 15:56:42 UTC) #29
mtklein
lgtm
4 years, 5 months ago (2016-07-06 15:58:18 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2106843004/60001
4 years, 5 months ago (2016-07-06 16:28:27 UTC) #33
commit-bot: I haz the power
Committed patchset #4 (id:60001) as https://skia.googlesource.com/skia/+/41c27e15ec2740850700f1b82038ce0f7a632481
4 years, 5 months ago (2016-07-06 16:29:25 UTC) #35
commit-bot: I haz the power
4 years, 5 months ago (2016-07-06 16:29:43 UTC) #36
Message was sent while issue was closed.
CQ bit was unchecked.

Powered by Google App Engine
This is Rietveld 408576698