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

Issue 1155443004: change internals over to SkPixmap and stop using accessBitmap (Closed)

Created:
5 years, 7 months ago by reed1
Modified:
5 years, 7 months ago
Reviewers:
scroggo, djsollen, tomhudson
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

change internals over to SkPixmap and stop using accessBitmap BUG=skia: Committed: https://skia.googlesource.com/skia/+/884e97cb04db7ed053a866567ee9c6e4c01f993a

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+87 lines, -67 lines) Patch
M include/core/SkBitmapDevice.h View 2 chunks +2 lines, -2 lines 0 comments Download
M include/core/SkCanvas.h View 1 chunk +2 lines, -2 lines 0 comments Download
M include/core/SkDevice.h View 4 chunks +6 lines, -10 lines 0 comments Download
M include/core/SkPixmap.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/core/SkBitmapDevice.cpp View 3 chunks +12 lines, -22 lines 0 comments Download
M src/core/SkCanvas.cpp View 1 chunk +27 lines, -8 lines 0 comments Download
M src/core/SkDevice.cpp View 2 chunks +16 lines, -20 lines 0 comments Download
M src/core/SkPictureRecord.h View 1 chunk +1 line, -3 lines 0 comments Download
M src/core/SkPixmap.cpp View 1 chunk +17 lines, -0 lines 2 comments Download

Messages

Total messages: 14 (5 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/1155443004/1
5 years, 7 months ago (2015-05-26 16:17:53 UTC) #2
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 7 months ago (2015-05-26 16:24:02 UTC) #4
reed1
5 years, 7 months ago (2015-05-26 18:17:27 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1155443004/1
5 years, 7 months ago (2015-05-26 18:17:46 UTC) #8
commit-bot: I haz the power
Note for Reviewers: The CQ is waiting for an approval. If you believe that the ...
5 years, 7 months ago (2015-05-26 18:17:47 UTC) #9
scroggo
lgtm https://codereview.chromium.org/1155443004/diff/1/src/core/SkPixmap.cpp File src/core/SkPixmap.cpp (right): https://codereview.chromium.org/1155443004/diff/1/src/core/SkPixmap.cpp#newcode31 src/core/SkPixmap.cpp:31: if (addr) { It seems like if addr ...
5 years, 7 months ago (2015-05-26 18:30:31 UTC) #10
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://skia.googlesource.com/skia/+/884e97cb04db7ed053a866567ee9c6e4c01f993a
5 years, 7 months ago (2015-05-26 18:31:59 UTC) #11
reed1
https://codereview.chromium.org/1155443004/diff/1/src/core/SkPixmap.cpp File src/core/SkPixmap.cpp (right): https://codereview.chromium.org/1155443004/diff/1/src/core/SkPixmap.cpp#newcode31 src/core/SkPixmap.cpp:31: if (addr) { On 2015/05/26 18:30:31, scroggo wrote: > ...
5 years, 7 months ago (2015-05-26 18:45:25 UTC) #12
scroggo
5 years, 7 months ago (2015-05-26 19:15:55 UTC) #14
Message was sent while issue was closed.
This broke the Android build:

https://android-build.storage.googleapis.com/builds/git_master-skia-linux-raz...

This happened because the API for some of SkCanvas' virtual functions changed.
Tom and/or Derek, can we build these files under some target (maybe with the
meat #ifdef'ed out, in the case of things that depend on HWUI) so we can catch a
build error like this before submitting?

Powered by Google App Engine
This is Rietveld 408576698