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

Issue 2145343005: Recast draw_filter_into_device as drawDevice (Closed)

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

Description

Recast draw_filter_into_device as drawDevice The SkCanvas-side changes can't land until all the drawDevice calls know how to deal with SkImageFilters spawned: https://codereview.chromium.org/2157513002/ (Add copy (when needed) to SkGpuDevice::asSpecial) https://codereview.chromium.org/2162883002/ (Rename variables in SkCanvas::internalSaveLayer) GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2145343005

Patch Set 1 #

Total comments: 2

Patch Set 2 : update to ToT #

Patch Set 3 : Clean up #

Patch Set 4 : update to ToT #

Patch Set 5 : Fix bug #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -44 lines) Patch
M include/core/SkCanvas.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M src/core/SkCanvas.cpp View 1 2 3 2 chunks +20 lines, -35 lines 0 comments Download
M src/gpu/SkGpuDevice.cpp View 1 2 3 4 1 chunk +13 lines, -9 lines 0 comments Download

Messages

Total messages: 10 (5 generated)
robertphillips
4 years, 5 months ago (2016-07-15 15:50:36 UTC) #4
reed1
https://codereview.chromium.org/2145343005/diff/1/src/core/SkCanvas.cpp File src/core/SkCanvas.cpp (right): https://codereview.chromium.org/2145343005/diff/1/src/core/SkCanvas.cpp#newcode1303 src/core/SkCanvas.cpp:1303: } Can we move the "seed-the-new-top-device-pixels" code here?
4 years, 5 months ago (2016-07-15 16:00:57 UTC) #5
robertphillips
https://codereview.chromium.org/2145343005/diff/1/src/core/SkCanvas.cpp File src/core/SkCanvas.cpp (right): https://codereview.chromium.org/2145343005/diff/1/src/core/SkCanvas.cpp#newcode1303 src/core/SkCanvas.cpp:1303: } On 2016/07/15 16:00:56, reed1 wrote: > Can we ...
4 years, 5 months ago (2016-07-18 16:39:40 UTC) #6
reed1
lgtm
4 years, 5 months ago (2016-07-18 16:57:03 UTC) #7
robertphillips
3 years, 10 months ago (2017-02-15 19:04:46 UTC) #10
Message was sent while issue was closed.
This - or something very much like it - appears to have landed

Powered by Google App Engine
This is Rietveld 408576698