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

Issue 170463002: Replace NativeImageSkia usage with SkBitmap in ImageFrame (Closed)

Created:
6 years, 10 months ago by fs
Modified:
6 years, 8 months ago
CC:
blink-reviews, jamesr, krit, dsinclair, jbroman, danakj, Rik, Stephen Chennney, pdr., rwlbuis
Visibility:
Public.

Description

Replace NativeImageSkia usage with SkBitmap in ImageFrame Make ImageFrame store an SkBitmap directly instead of indirectly via NativeImageSkia. The direct effect is less indirections in ImageFrame, but this allows making NativeImageSkia more immutable-looking since the SkBitmap& accessor and setDataComplete() method can be removed. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=170553

Patch Set 1 #

Patch Set 2 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -35 lines) Patch
M Source/platform/graphics/skia/NativeImageSkia.h View 1 1 chunk +0 lines, -7 lines 0 comments Download
M Source/platform/image-decoders/ImageFrame.h View 4 chunks +7 lines, -7 lines 0 comments Download
M Source/platform/image-decoders/ImageFrame.cpp View 1 9 chunks +15 lines, -17 lines 0 comments Download
M Source/web/tests/DragImageTest.cpp View 1 1 chunk +3 lines, -2 lines 0 comments Download
M Source/web/tests/ImageLayerChromiumTest.cpp View 1 1 chunk +3 lines, -2 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
fs
6 years, 9 months ago (2014-03-28 16:35:51 UTC) #1
Stephen White
LGTM, but I'd like pkasting or hclam to take a look. One service NativeImageSkia provides ...
6 years, 9 months ago (2014-03-28 17:18:30 UTC) #2
Peter Kasting
I don't believe we use that cache-resized-images functionality. hclam would know better than I would.
6 years, 9 months ago (2014-03-28 17:47:04 UTC) #3
Alpha Left Google
On 2014/03/28 17:47:04, Peter Kasting wrote: > I don't believe we use that cache-resized-images functionality. ...
6 years, 8 months ago (2014-03-31 14:24:59 UTC) #4
jochen (gone - plz use gerrit)
lgtm
6 years, 8 months ago (2014-04-01 11:34:57 UTC) #5
fs
The CQ bit was checked by fs@opera.com
6 years, 8 months ago (2014-04-01 11:41:57 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/fs@opera.com/170463002/60001
6 years, 8 months ago (2014-04-01 11:42:05 UTC) #7
commit-bot: I haz the power
6 years, 8 months ago (2014-04-01 11:52:36 UTC) #8
Message was sent while issue was closed.
Change committed as 170553

Powered by Google App Engine
This is Rietveld 408576698