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

Issue 1457683006: ImageBitmap using StaticBitmapImage instead of SkImage (Closed)

Created:
5 years, 1 month ago by xidachen
Modified:
5 years, 1 month ago
Reviewers:
Justin Novosad
CC:
chromium-reviews, blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

ImageBitmap using StaticBitmapImage instead of SkImage Current ImageBitmap holds a RefPtr<SkImage>, this CL changes it to hold a RefPtr<StaticBitmapImage>. Committed: https://crrev.com/20c2d44f6bb15c98c153c65115722d351cddc3e8 Cr-Commit-Position: refs/heads/master@{#361018}

Patch Set 1 #

Total comments: 2

Patch Set 2 : remove unnecessary method #

Patch Set 3 : sync with master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -35 lines) Patch
M third_party/WebKit/Source/core/frame/ImageBitmap.h View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/frame/ImageBitmap.cpp View 1 2 8 chunks +13 lines, -19 lines 0 comments Download
M third_party/WebKit/Source/core/frame/ImageBitmapTest.cpp View 4 chunks +11 lines, -13 lines 0 comments Download

Messages

Total messages: 16 (7 generated)
xidachen
Hi Justin, Let's push this CL out first, which will make the transferable easier. Thank ...
5 years, 1 month ago (2015-11-19 13:01:21 UTC) #3
Justin Novosad
https://codereview.chromium.org/1457683006/diff/1/third_party/WebKit/Source/core/frame/ImageBitmap.h File third_party/WebKit/Source/core/frame/ImageBitmap.h (right): https://codereview.chromium.org/1457683006/diff/1/third_party/WebKit/Source/core/frame/ImageBitmap.h#newcode36 third_party/WebKit/Source/core/frame/ImageBitmap.h:36: static PassRefPtrWillBeRawPtr<ImageBitmap> create(PassRefPtr<StaticBitmapImage>); Why is this needed?
5 years, 1 month ago (2015-11-20 21:23:12 UTC) #4
xidachen
https://codereview.chromium.org/1457683006/diff/1/third_party/WebKit/Source/core/frame/ImageBitmap.h File third_party/WebKit/Source/core/frame/ImageBitmap.h (right): https://codereview.chromium.org/1457683006/diff/1/third_party/WebKit/Source/core/frame/ImageBitmap.h#newcode36 third_party/WebKit/Source/core/frame/ImageBitmap.h:36: static PassRefPtrWillBeRawPtr<ImageBitmap> create(PassRefPtr<StaticBitmapImage>); On 2015/11/20 21:23:12, Justin Novosad wrote: ...
5 years, 1 month ago (2015-11-20 21:51:27 UTC) #5
Justin Novosad
lgtm But this is going to collide with https://codereview.chromium.org/1466773002/ Let's have a lottery. I am ...
5 years, 1 month ago (2015-11-21 04:26:29 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1457683006/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1457683006/20001
5 years, 1 month ago (2015-11-21 04:26:38 UTC) #8
commit-bot: I haz the power
Failed to apply patch for third_party/WebKit/Source/core/frame/ImageBitmap.cpp: While running git apply --index -3 -p1; error: patch ...
5 years, 1 month ago (2015-11-21 05:45:37 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1457683006/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1457683006/40001
5 years, 1 month ago (2015-11-21 07:30:35 UTC) #14
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 1 month ago (2015-11-21 09:24:24 UTC) #15
commit-bot: I haz the power
5 years, 1 month ago (2015-11-21 09:25:06 UTC) #16
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/20c2d44f6bb15c98c153c65115722d351cddc3e8
Cr-Commit-Position: refs/heads/master@{#361018}

Powered by Google App Engine
This is Rietveld 408576698