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

Issue 374633002: SkBitmap::Config is deprecated, use SkColorType instead (Closed)

Created:
6 years, 5 months ago by reed1
Modified:
6 years, 5 months ago
CC:
aandrey+blink_chromium.org, chromium-apps-reviews_chromium.org, chromium-reviews, creis+watch_chromium.org, danakj+watch_chromium.org, darin-cc_chromium.org, devtools-reviews_chromium.org, extensions-reviews_chromium.org, feature-media-reviews_chromium.org, jam, jbauman+watch_chromium.org, kalyank, miu+watch_chromium.org, nasko+codewatch_chromium.org, nona+watch_chromium.org, paulirish+reviews_chromium.org, penghuang+watch_chromium.org, pfeldman, piman+watch_chromium.org, rsesek+watch_chromium.org, sievers+watch_chromium.org, James Su, vsevik, yukishiino+watch_chromium.org, yurys, yusukes+watch_chromium.org
Project:
chromium
Visibility:
Public.

Description

SkBitmap::Config is deprecated, use SkColorType instead BUG=skia:2706 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=281783

Patch Set 1 #

Total comments: 4

Patch Set 2 : android fixes #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 12

Patch Set 5 : address comments from #4 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+220 lines, -222 lines) Patch
M chrome/browser/extensions/api/capture_web_contents_function.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/thumbnails/thumbnail_tab_helper.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/pdf/pdf_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/android/content_readback_handler.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/android/content_view_core_impl.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/compositor/delegated_frame_host.h View 2 chunks +4 lines, -4 lines 0 comments Download
M content/browser/compositor/delegated_frame_host.cc View 8 chunks +11 lines, -12 lines 0 comments Download
M content/browser/devtools/renderer_overrides_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/frame_host/navigation_entry_screenshot_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/frame_host/render_widget_host_view_child_frame.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/frame_host/render_widget_host_view_child_frame.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M content/browser/frame_host/render_widget_host_view_guest.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/frame_host/render_widget_host_view_guest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M content/browser/media/capture/web_contents_video_capture_device.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/media/capture/web_contents_video_capture_device_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/compositing_iosurface_transformer_mac_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_impl.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_impl.cc View 1 2 chunks +4 lines, -4 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_android.h View 5 chunks +7 lines, -7 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_android.cc View 1 11 chunks +18 lines, -19 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura.cc View 1 2 chunks +4 lines, -4 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_base.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_base.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_browsertest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_mac.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_mac.mm View 1 2 chunks +5 lines, -5 lines 0 comments Download
M content/common/gpu/client/gl_helper.h View 4 chunks +5 lines, -5 lines 0 comments Download
M content/common/gpu/client/gl_helper.cc View 24 chunks +43 lines, -43 lines 0 comments Download
M content/common/gpu/client/gl_helper_benchmark.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/common/gpu/client/gl_helper_readback_support.h View 2 chunks +3 lines, -3 lines 0 comments Download
M content/common/gpu/client/gl_helper_readback_support.cc View 3 chunks +10 lines, -10 lines 0 comments Download
M content/common/gpu/client/gl_helper_unittest.cc View 18 chunks +37 lines, -37 lines 0 comments Download
M content/public/browser/render_widget_host.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/test/test_render_view_host.h View 1 chunk +1 line, -1 line 0 comments Download
M content/test/test_render_view_host.cc View 1 chunk +1 line, -1 line 0 comments Download
M skia/ext/vector_platform_device_emf_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/gfx/android/java_bitmap.h View 1 2 3 4 2 chunks +4 lines, -4 lines 0 comments Download
M ui/gfx/android/java_bitmap.cc View 1 2 3 4 4 chunks +19 lines, -19 lines 2 comments Download
M ui/gfx/color_analysis_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ui/gfx/image/image_unittest_util.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 25 (0 generated)
reed1
need owners for refactoring change: content/ chrome/ ui/gfx
6 years, 5 months ago (2014-07-07 14:41:26 UTC) #1
f(malita)
skia/ lgtm
6 years, 5 months ago (2014-07-07 14:51:58 UTC) #2
jochen (gone - plz use gerrit)
lgtm
6 years, 5 months ago (2014-07-07 15:15:42 UTC) #3
reed1
The CQ bit was checked by reed@google.com
6 years, 5 months ago (2014-07-07 17:27:37 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/reed@google.com/374633002/1
6 years, 5 months ago (2014-07-07 17:28:39 UTC) #5
msw
https://codereview.chromium.org/374633002/diff/1/ui/gfx/android/java_bitmap.h File ui/gfx/android/java_bitmap.h (right): https://codereview.chromium.org/374633002/diff/1/ui/gfx/android/java_bitmap.h#newcode58 ui/gfx/android/java_bitmap.h:58: SkColorType color_type); Why is there no corresponding change to ...
6 years, 5 months ago (2014-07-07 19:47:51 UTC) #6
reed1
https://codereview.chromium.org/374633002/diff/1/ui/gfx/android/java_bitmap.h File ui/gfx/android/java_bitmap.h (right): https://codereview.chromium.org/374633002/diff/1/ui/gfx/android/java_bitmap.h#newcode58 ui/gfx/android/java_bitmap.h:58: SkColorType color_type); On 2014/07/07 19:47:51, msw wrote: > Why ...
6 years, 5 months ago (2014-07-07 19:51:47 UTC) #7
reed2
ptal
6 years, 5 months ago (2014-07-08 01:01:48 UTC) #8
msw
https://codereview.chromium.org/374633002/diff/60001/ui/gfx/android/java_bitmap.cc File ui/gfx/android/java_bitmap.cc (right): https://codereview.chromium.org/374633002/diff/60001/ui/gfx/android/java_bitmap.cc#newcode61 ui/gfx/android/java_bitmap.cc:61: ScopedJavaLocalRef<jobject> CreateJavaBitmap(int width, Doesn't this need to be updated ...
6 years, 5 months ago (2014-07-08 01:11:29 UTC) #9
reed1
The CQ bit was checked by reed@google.com
6 years, 5 months ago (2014-07-08 12:50:31 UTC) #10
reed1
The CQ bit was unchecked by reed@google.com
6 years, 5 months ago (2014-07-08 12:50:32 UTC) #11
reed1
The CQ bit was checked by reed@google.com
6 years, 5 months ago (2014-07-08 12:50:34 UTC) #12
reed1
The CQ bit was unchecked by reed@google.com
6 years, 5 months ago (2014-07-08 12:50:40 UTC) #13
reed1
https://codereview.chromium.org/374633002/diff/60001/ui/gfx/android/java_bitmap.cc File ui/gfx/android/java_bitmap.cc (right): https://codereview.chromium.org/374633002/diff/60001/ui/gfx/android/java_bitmap.cc#newcode61 ui/gfx/android/java_bitmap.cc:61: ScopedJavaLocalRef<jobject> CreateJavaBitmap(int width, On 2014/07/08 01:11:29, msw wrote: > ...
6 years, 5 months ago (2014-07-08 13:01:57 UTC) #14
reed1
The CQ bit was checked by reed@google.com
6 years, 5 months ago (2014-07-08 13:21:22 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/reed@google.com/374633002/80001
6 years, 5 months ago (2014-07-08 13:22:39 UTC) #16
reed1
ptal
6 years, 5 months ago (2014-07-08 13:54:24 UTC) #17
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: chromium_presubmit on tryserver.chromium ...
6 years, 5 months ago (2014-07-08 16:31:14 UTC) #18
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-08 16:33:32 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/chromium_presubmit/builds/78521)
6 years, 5 months ago (2014-07-08 16:33:34 UTC) #20
msw
lgtm with a nit https://codereview.chromium.org/374633002/diff/60001/ui/gfx/android/java_bitmap.h File ui/gfx/android/java_bitmap.h (right): https://codereview.chromium.org/374633002/diff/60001/ui/gfx/android/java_bitmap.h#newcode55 ui/gfx/android/java_bitmap.h:55: GFX_EXPORT base::android::ScopedJavaLocalRef<jobject> CreateJavaBitmap( On 2014/07/08 ...
6 years, 5 months ago (2014-07-08 16:52:07 UTC) #21
reed1
https://codereview.chromium.org/374633002/diff/80001/ui/gfx/android/java_bitmap.cc File ui/gfx/android/java_bitmap.cc (right): https://codereview.chromium.org/374633002/diff/80001/ui/gfx/android/java_bitmap.cc#newcode50 ui/gfx/android/java_bitmap.cc:50: case kN32_SkColorType: On 2014/07/08 16:52:07, msw wrote: > nit ...
6 years, 5 months ago (2014-07-08 17:02:37 UTC) #22
reed1
The CQ bit was checked by reed@google.com
6 years, 5 months ago (2014-07-08 17:14:13 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/reed@google.com/374633002/80001
6 years, 5 months ago (2014-07-08 17:16:45 UTC) #24
commit-bot: I haz the power
6 years, 5 months ago (2014-07-08 19:09:57 UTC) #25
Message was sent while issue was closed.
Change committed as 281783

Powered by Google App Engine
This is Rietveld 408576698