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

Issue 2199813002: make an image from a mutable bitmap (Closed)

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

Description

Patch Set 1 #

Patch Set 2 : add unittest #

Total comments: 2

Patch Set 3 : fixx mmy spilling #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -5 lines) Patch
M src/image/SkImagePriv.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/image/SkImage_Raster.cpp View 4 chunks +6 lines, -4 lines 0 comments Download
M tests/ImageTest.cpp View 1 2 2 chunks +31 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (14 generated)
reed1
4 years, 4 months ago (2016-08-01 16:16:51 UTC) #3
djsollen
lgtm
4 years, 4 months ago (2016-08-01 16:50:14 UTC) #8
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/2199813002/20001
4 years, 4 months ago (2016-08-01 16:56:13 UTC) #11
reed1
4 years, 4 months ago (2016-08-01 16:56:25 UTC) #12
mtklein
https://codereview.chromium.org/2199813002/diff/20001/tests/ImageTest.cpp File tests/ImageTest.cpp (right): https://codereview.chromium.org/2199813002/diff/20001/tests/ImageTest.cpp#newcode201 tests/ImageTest.cpp:201: bool fExpectSameAsMmutable; :) How many M's in mutable again?
4 years, 4 months ago (2016-08-01 17:14:52 UTC) #14
reed1
https://codereview.chromium.org/2199813002/diff/20001/tests/ImageTest.cpp File tests/ImageTest.cpp (right): https://codereview.chromium.org/2199813002/diff/20001/tests/ImageTest.cpp#newcode201 tests/ImageTest.cpp:201: bool fExpectSameAsMmutable; On 2016/08/01 17:14:52, mtklein wrote: > :) ...
4 years, 4 months ago (2016-08-01 17:31:10 UTC) #16
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/2199813002/40001
4 years, 4 months ago (2016-08-01 17:31:18 UTC) #19
commit-bot: I haz the power
Committed patchset #3 (id:40001) as https://skia.googlesource.com/skia/+/2dad769dc9e6a2974c4a7de1ffa945706274fab8
4 years, 4 months ago (2016-08-01 18:13:01 UTC) #21
hal.canary
If an image wraps a mutable bitmap and the bitmap's generation ID is updated, does ...
4 years, 4 months ago (2016-08-02 13:01:33 UTC) #23
reed1
4 years, 4 months ago (2016-08-02 15:26:12 UTC) #24
Message was sent while issue was closed.
On 2016/08/02 13:01:33, Hal Canary wrote:
> If an image wraps a mutable bitmap and the bitmap's generation ID is updated,
> does the image's genID change?

Undefined (likely the imageID does not change). This is why this is a
hang-yourself-private-api

Powered by Google App Engine
This is Rietveld 408576698