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

Issue 2792133002: Paint: remove readPixels. (Closed)

Created:
3 years, 8 months ago by vmpstr
Modified:
3 years, 8 months ago
Reviewers:
enne (OOO), sky, DaleCurtis
CC:
awdf+watch_chromium.org, chromium-reviews, danakj, feature-media-reviews_chromium.org, kalyank, mlamouri+watch-notifications_chromium.org, Peter Beverloo, posciak+watch_chromium.org, sadrul
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

This patch removes readPixels from PaintCanvas. Most of the changes replace canvas read pixels call in favor of first getting the bitmap, and then doing a readpixels on that. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel Review-Url: https://codereview.chromium.org/2792133002 Cr-Commit-Position: refs/heads/master@{#462984} Committed: https://chromium.googlesource.com/chromium/src/+/80f046dd33d3e07eb83a116a74b7c079cded4b82

Patch Set 1 #

Patch Set 2 #

Patch Set 3 #

Patch Set 4 #

Total comments: 4

Patch Set 5 : update #

Patch Set 6 : update #

Unified diffs Side-by-side diffs Delta from patch set Stats (+124 lines, -172 lines) Patch
M ash/common/wallpaper/wallpaper_controller_unittest.cc View 1 chunk +9 lines, -12 lines 0 comments Download
M ash/laser/laser_pointer_view.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/paint/paint_canvas.h View 1 2 3 4 1 chunk +0 lines, -7 lines 0 comments Download
M cc/paint/skia_paint_canvas.h View 1 2 3 4 1 chunk +0 lines, -7 lines 0 comments Download
M cc/paint/skia_paint_canvas.cc View 1 2 3 4 1 chunk +0 lines, -17 lines 0 comments Download
M media/renderers/skcanvas_video_renderer_unittest.cc View 1 2 3 7 chunks +105 lines, -115 lines 0 comments Download
M ui/gfx/canvas.cc View 1 2 3 4 1 chunk +8 lines, -9 lines 0 comments Download
M ui/message_center/views/notification_view_unittest.cc View 1 chunk +1 line, -4 lines 0 comments Download

Messages

Total messages: 35 (27 generated)
vmpstr
Please take a look. danakj@ is removing ImageRep stuff, so I will wait until that ...
3 years, 8 months ago (2017-04-03 22:58:31 UTC) #16
enne (OOO)
lgtm, thanks!!
3 years, 8 months ago (2017-04-04 00:23:22 UTC) #19
vmpstr
+sky for ash/ and ui/ +dalecurtis for media/ Please take a look.
3 years, 8 months ago (2017-04-05 00:14:12 UTC) #21
sky
LGTM https://codereview.chromium.org/2792133002/diff/60001/ui/gfx/canvas.cc File ui/gfx/canvas.cc (right): https://codereview.chromium.org/2792133002/diff/60001/ui/gfx/canvas.cc#newcode109 ui/gfx/canvas.cc:109: // |copyTo| will perform a deep copy, which ...
3 years, 8 months ago (2017-04-05 03:00:25 UTC) #22
vmpstr
https://codereview.chromium.org/2792133002/diff/60001/ui/gfx/canvas.cc File ui/gfx/canvas.cc (right): https://codereview.chromium.org/2792133002/diff/60001/ui/gfx/canvas.cc#newcode109 ui/gfx/canvas.cc:109: // |copyTo| will perform a deep copy, which is ...
3 years, 8 months ago (2017-04-05 19:13:39 UTC) #27
DaleCurtis
media/ lgtm
3 years, 8 months ago (2017-04-05 23:17:48 UTC) #28
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/2792133002/100001
3 years, 8 months ago (2017-04-07 17:33:13 UTC) #31
commit-bot: I haz the power
3 years, 8 months ago (2017-04-07 20:26:18 UTC) #35
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/chromium/src/+/80f046dd33d3e07eb83a116a74b7...

Powered by Google App Engine
This is Rietveld 408576698