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

Issue 15496006: Use the new function signature for EncodeBitmap. (Closed)

Created:
7 years, 7 months ago by scroggo
Modified:
7 years, 7 months ago
CC:
chromium-reviews, jam, apatrick_chromium, joi+watch-content_chromium.org, Aaron Boodman, darin-cc_chromium.org, chromium-apps-reviews_chromium.org, cc-bugs_chromium.org, jamesr
Visibility:
Public.

Description

Use the new function signature for EncodeBitmap. Recent changes to Skia (https://codereview.chromium.org/15489004/) modified the signature of SkPicture::EncodeBitmap. Modify chromium's callers to use the new signature. In gpu_benchmarking_extension's implementation of EncodeBitmap, give priority to refEncodedData, which was previously the job of SkOrderedWriteBuffer::writeBitmap, but no longer is. NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=202089

Patch Set 1 #

Total comments: 2

Patch Set 2 : Respond to comment. #

Total comments: 2

Patch Set 3 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -10 lines) Patch
M cc/resources/picture.cc View 1 2 3 chunks +7 lines, -5 lines 0 comments Download
M content/renderer/gpu/gpu_benchmarking_extension.cc View 3 chunks +14 lines, -5 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
scroggo
7 years, 7 months ago (2013-05-21 18:12:50 UTC) #1
vmpstr
https://codereview.chromium.org/15496006/diff/1/cc/resources/picture.cc File cc/resources/picture.cc (right): https://codereview.chromium.org/15496006/diff/1/cc/resources/picture.cc#newcode52 cc/resources/picture.cc:52: return false; return NULL
7 years, 7 months ago (2013-05-21 18:18:30 UTC) #2
scroggo
https://codereview.chromium.org/15496006/diff/1/cc/resources/picture.cc File cc/resources/picture.cc (right): https://codereview.chromium.org/15496006/diff/1/cc/resources/picture.cc#newcode52 cc/resources/picture.cc:52: return false; On 2013/05/21 18:18:31, vmpstr wrote: > return ...
7 years, 7 months ago (2013-05-21 18:36:35 UTC) #3
vmpstr
https://codereview.chromium.org/15496006/diff/5001/content/renderer/gpu/gpu_benchmarking_extension.cc File content/renderer/gpu/gpu_benchmarking_extension.cc (right): https://codereview.chromium.org/15496006/diff/5001/content/renderer/gpu/gpu_benchmarking_extension.cc#newcode44 content/renderer/gpu/gpu_benchmarking_extension.cc:44: SkPixelRef* pr = bm.pixelRef(); I was under the impression ...
7 years, 7 months ago (2013-05-21 18:48:27 UTC) #4
scroggo
https://codereview.chromium.org/15496006/diff/5001/content/renderer/gpu/gpu_benchmarking_extension.cc File content/renderer/gpu/gpu_benchmarking_extension.cc (right): https://codereview.chromium.org/15496006/diff/5001/content/renderer/gpu/gpu_benchmarking_extension.cc#newcode44 content/renderer/gpu/gpu_benchmarking_extension.cc:44: SkPixelRef* pr = bm.pixelRef(); On 2013/05/21 18:48:27, vmpstr wrote: ...
7 years, 7 months ago (2013-05-21 18:58:35 UTC) #5
vmpstr
On 2013/05/21 18:58:35, scroggo wrote: > https://codereview.chromium.org/15496006/diff/5001/content/renderer/gpu/gpu_benchmarking_extension.cc > File content/renderer/gpu/gpu_benchmarking_extension.cc (right): > > https://codereview.chromium.org/15496006/diff/5001/content/renderer/gpu/gpu_benchmarking_extension.cc#newcode44 > ...
7 years, 7 months ago (2013-05-21 19:13:10 UTC) #6
alokp
lgtm
7 years, 7 months ago (2013-05-21 19:15:37 UTC) #7
scroggo
Adding OWNERS
7 years, 7 months ago (2013-05-22 14:19:33 UTC) #8
Ken Russell (switch to Gerrit)
content/renderer/gpu/ LGTM
7 years, 7 months ago (2013-05-22 17:20:05 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/scroggo@google.com/15496006/5001
7 years, 7 months ago (2013-05-23 13:11:58 UTC) #10
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 7 months ago (2013-05-23 13:36:31 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/scroggo@google.com/15496006/26001
7 years, 7 months ago (2013-05-23 20:22:40 UTC) #12
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) check_deps http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=153225
7 years, 7 months ago (2013-05-24 02:00:40 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/scroggo@google.com/15496006/26001
7 years, 7 months ago (2013-05-24 15:19:31 UTC) #14
commit-bot: I haz the power
7 years, 7 months ago (2013-05-24 15:19:45 UTC) #15
Message was sent while issue was closed.
Change committed as 202089

Powered by Google App Engine
This is Rietveld 408576698