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

Issue 2303033002: record drawfilters (Closed)

Created:
4 years, 3 months ago by reed1
Modified:
4 years, 3 months ago
Reviewers:
mtklein, djsollen
CC:
reviews_skia.org
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : more guards #

Patch Set 3 : more guards #

Patch Set 4 : remove obsolete comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -5 lines) Patch
M gm/drawfilter.cpp View 1 2 3 1 chunk +1 line, -4 lines 0 comments Download
M src/core/SkLiteDL.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M src/core/SkLiteDL.cpp View 1 2 4 chunks +21 lines, -1 line 0 comments Download
M src/core/SkLiteRecorder.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/core/SkLiteRecorder.cpp View 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 22 (16 generated)
reed1
4 years, 3 months ago (2016-09-02 09:42:39 UTC) #15
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/2303033002/60001
4 years, 3 months ago (2016-09-02 09:44:09 UTC) #17
commit-bot: I haz the power
Note for Reviewers: The CQ is waiting for an approval. If you believe that the ...
4 years, 3 months ago (2016-09-02 09:44:11 UTC) #18
mtklein
lgtm
4 years, 3 months ago (2016-09-02 11:55:21 UTC) #19
commit-bot: I haz the power
Committed patchset #4 (id:60001) as https://skia.googlesource.com/skia/+/6ae6969434302da86de1169545939461ac7147b9
4 years, 3 months ago (2016-09-02 11:56:56 UTC) #21
reed1
4 years, 3 months ago (2016-09-02 12:26:37 UTC) #22
Message was sent while issue was closed.
Thinking more about this, I would advocate to make this CL temporary, and that
we should consider performing the filter in the SkiaCanvas : this is the same
amount of work -- but only happens once, not on every replay, plus it places the
complexity in the one caller who wants it (i.e. we can then eliminate it from
SkCanvas etc.)

Powered by Google App Engine
This is Rietveld 408576698