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

Issue 1217893004: remove unused cachedBitmap from ImageBufferSurface (Closed)

Created:
5 years, 5 months ago by reed1
Modified:
5 years, 5 months ago
CC:
blink-reviews, krit, drott+blinkwatch_chromium.org, Rik, dshwang, jbroman, danakj, pdr+graphicswatchlist_chromium.org, f(malita), Stephen Chennney, rwlbuis
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

remove unused cachedBitmap from ImageBufferSurface BUG= Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=198029

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -51 lines) Patch
M Source/platform/graphics/ImageBuffer.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/platform/graphics/ImageBufferSurface.h View 1 chunk +0 lines, -4 lines 0 comments Download
M Source/platform/graphics/ImageBufferSurface.cpp View 1 chunk +0 lines, -12 lines 0 comments Download
M Source/platform/graphics/RecordingImageBufferSurface.h View 1 chunk +0 lines, -4 lines 0 comments Download
M Source/platform/graphics/RecordingImageBufferSurface.cpp View 1 chunk +0 lines, -30 lines 0 comments Download

Messages

Total messages: 12 (4 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1217893004/1
5 years, 5 months ago (2015-06-29 21:09:11 UTC) #2
reed1
ptal
5 years, 5 months ago (2015-06-29 21:48:23 UTC) #5
Ken Russell (switch to Gerrit)
Nice catch. LGTM
5 years, 5 months ago (2015-06-30 01:07:05 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1217893004/1
5 years, 5 months ago (2015-06-30 01:19:34 UTC) #8
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://src.chromium.org/viewvc/blink?view=rev&revision=198029
5 years, 5 months ago (2015-06-30 01:23:24 UTC) #9
Justin Novosad
Hmmm, this is indeed unused, but it is not supposed to be. This code was ...
5 years, 5 months ago (2015-06-30 01:59:40 UTC) #10
bsalomon
On 2015/06/30 01:59:40, Justin Novosad wrote: > Hmmm, this is indeed unused, but it is ...
5 years, 5 months ago (2015-06-30 13:36:50 UTC) #11
reed1
5 years, 5 months ago (2015-06-30 13:54:46 UTC) #12
Message was sent while issue was closed.
We cache the read-back from an SkImage (that is texture-backed), so using
texture-SkImages should be efficient if drawn to a raster target (or encoded for
DataURL)

Powered by Google App Engine
This is Rietveld 408576698