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

Issue 66723017: Remove deprecated setIsOpaque() API from SkBitmap. (Closed)

Created:
7 years, 1 month ago by tfarina
Modified:
7 years, 1 month ago
Reviewers:
scroggo, bsalomon, reed1
CC:
skia-review_googlegroups.com, djsollen
Visibility:
Public.

Description

Remove deprecated setIsOpaque() API from SkBitmap. Clients we care (Blink, Chromium) were updated, so we can remove this now. BUG=None R=reed@google.com,bsalomon@google.com Committed: http://code.google.com/p/skia/source/detail?r=12251

Patch Set 1 #

Patch Set 2 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -13 lines) Patch
M include/core/SkBitmap.h View 1 2 chunks +2 lines, -7 lines 0 comments Download
M samplecode/SampleTinyBitmap.cpp View 1 chunk +0 lines, -6 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
tfarina
Is it OK to remove this now?
7 years, 1 month ago (2013-11-12 01:31:44 UTC) #1
reed1
Unfortunately, I think we still have callers... ./cc/resources/bitmap_skpicture_content_layer_updater.cc:30: bitmap_.setIsOpaque(updater_->layer_is_opaque()); ./chrome/browser/media/desktop_media_picker_model.cc:71: result.setIsOpaque(true); ./content/browser/renderer_host/render_widget_host_view_android.cc:1308: bitmap->setIsOpaque(true); ./content/browser/renderer_host/render_widget_host_view_aura.cc:1905: bitmap->setIsOpaque(true); ...
7 years, 1 month ago (2013-11-12 16:07:49 UTC) #2
tfarina
Which chromium revision is that? git gs for setIsOpaque in Chromium returned zero entries for ...
7 years, 1 month ago (2013-11-12 16:32:29 UTC) #3
reed1
doh! my tree was 'unmanged', which means I was mysteriously out of date. lgtm
7 years, 1 month ago (2013-11-12 16:55:29 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/tfarina@chromium.org/66723017/40003
7 years, 1 month ago (2013-11-12 17:39:55 UTC) #5
commit-bot: I haz the power
Change committed as 12251
7 years, 1 month ago (2013-11-12 18:16:37 UTC) #6
scroggo
We still need to update Android, which calls setIsOpaque.
7 years, 1 month ago (2013-11-13 19:37:48 UTC) #7
tfarina
On 2013/11/13 19:37:48, scroggo wrote: > We still need to update Android, which calls setIsOpaque. ...
7 years, 1 month ago (2013-11-13 22:01:18 UTC) #8
reed1
7 years, 1 month ago (2013-11-13 22:05:57 UTC) #9
Message was sent while issue was closed.
On 2013/11/13 22:01:18, tfarina wrote:
> On 2013/11/13 19:37:48, scroggo wrote:
> > We still need to update Android, which calls setIsOpaque.
> 
> Do I need to fix Android myself? I haven't checkout android code in years.

We have "people" who take care of that sort of thing :)
You're good.

Powered by Google App Engine
This is Rietveld 408576698