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

Issue 2717943002: Fix cc/paint skia type mismatches (Closed)

Created:
3 years, 9 months ago by enne (OOO)
Modified:
3 years, 9 months ago
CC:
aboxhall+watch_chromium.org, apacible+watch_chromium.org, chfremer+watch_chromium.org, chromium-apps-reviews_chromium.org, chromium-reviews, creis+watch_chromium.org, danakj, darin-cc_chromium.org, davemoore+watch_chromium.org, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org, erickung+watch_chromium.org, extensions-reviews_chromium.org, feature-media-reviews_chromium.org, jam, je_julie, kalyank, mcasas+watch+vc_chromium.org, Matt Giuca, miu+watch_chromium.org, mlamouri+watch-content_chromium.org, nasko+codewatch_chromium.org, nektar+watch_chromium.org, oshima+watch_chromium.org, posciak+watch_chromium.org, sadrul, stevenjb+watch_chromium.org, tfarina, xjz+watch_chromium.org, yuzo+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix cc/paint skia type mismatches This patch is part of this larger change here that will make SkCanvas/PaintCanvas, SkPaint/PaintFlags, and SkPicture/PaintRecord fully different types: https://codereview.chromium.org/2690583002 This patch fixes up spots where the wrong type is being used. BUG=671433 Review-Url: https://codereview.chromium.org/2717943002 Cr-Commit-Position: refs/heads/master@{#454141} Committed: https://chromium.googlesource.com/chromium/src/+/11266b8b9ebefbfc5ddb4156c194318ed2eb3a68

Patch Set 1 #

Total comments: 2

Patch Set 2 : Add missing chromeos include #

Patch Set 3 : Fix include #

Patch Set 4 : Rebase #

Patch Set 5 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+167 lines, -168 lines) Patch
M ash/common/shelf/app_list_button.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M ash/common/shelf/shelf_button.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ash/common/system/chromeos/network/network_icon.cc View 1 2 3 4 2 chunks +7 lines, -7 lines 0 comments Download
M ash/common/system/tray/tray_background_view.cc View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M ash/common/wm/overview/window_grid.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/display/overscan_calibrator.cc View 2 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/chromeos/display/touch_calibrator/touch_calibrator_view.h View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/chromeos/display/touch_calibrator/touch_calibrator_view.cc View 2 12 chunks +24 lines, -24 lines 0 comments Download
M chrome/browser/chromeos/ui/accessibility_cursor_ring_layer.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M chrome/browser/chromeos/ui/accessibility_focus_ring_layer.cc View 1 chunk +8 lines, -9 lines 0 comments Download
M chrome/browser/chromeos/ui/focus_ring_layer.cc View 1 chunk +7 lines, -7 lines 0 comments Download
M chrome/browser/chromeos/ui/idle_app_name_notification_view.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/ui/kiosk_external_update_notification.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/app_list/extension_app_item.cc View 1 chunk +10 lines, -11 lines 0 comments Download
M chrome/browser/ui/libgtkui/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/libgtkui/native_theme_gtk2.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/libgtkui/native_theme_gtk3.h View 3 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/ui/libgtkui/native_theme_gtk3.cc View 1 2 3 6 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/ui/views/apps/app_info_dialog/app_info_dialog_container.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_header_painter_ash.cc View 3 chunks +14 lines, -14 lines 0 comments Download
M chrome/browser/ui/views/frame/glass_browser_frame_view.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/ui/views/frame/windows_10_caption_button.cc View 3 chunks +15 lines, -15 lines 0 comments Download
M components/printing/renderer/print_web_view_helper.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M components/wallpaper/wallpaper_color_calculator_unittest.cc View 1 chunk +1 line, -2 lines 0 comments Download
M content/child/BUILD.gn View 4 1 chunk +1 line, -0 lines 0 comments Download
M content/child/browser_font_resource_trusted.h View 3 chunks +3 lines, -4 lines 0 comments Download
M content/renderer/media/capturefromelement/html_video_element_capturer_source_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/media/image_capture_frame_grabber.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M content/renderer/pepper/pepper_graphics_2d_host.cc View 4 chunks +10 lines, -9 lines 0 comments Download
M content/renderer/render_view_impl.cc View 1 chunk +1 line, -2 lines 0 comments Download
M media/blink/webmediaplayer_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M media/blink/webmediaplayer_impl.cc View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 33 (24 generated)
enne (OOO)
sky: ash, chrome/browser jochen: components, content ddorwin: media This should all be pretty straightforward. Sorry ...
3 years, 9 months ago (2017-02-27 05:20:54 UTC) #12
ddorwin
media/ LGTM
3 years, 9 months ago (2017-02-27 06:15:35 UTC) #13
sky
LGTM
3 years, 9 months ago (2017-02-27 16:42:30 UTC) #14
enne (OOO)
(jochen ping?)
3 years, 9 months ago (2017-02-28 17:43:20 UTC) #15
enne (OOO)
components: sdfresne as jochen alternate content: nick as jochen alternate
3 years, 9 months ago (2017-03-01 00:54:42 UTC) #21
sdefresne
components/ lgtm
3 years, 9 months ago (2017-03-01 01:03:41 UTC) #22
ncarter (slow)
content lgtm
3 years, 9 months ago (2017-03-02 00:12:32 UTC) #25
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/2717943002/80001
3 years, 9 months ago (2017-03-02 01:36:33 UTC) #30
commit-bot: I haz the power
3 years, 9 months ago (2017-03-02 01:44:58 UTC) #33
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/11266b8b9ebefbfc5ddb4156c194...

Powered by Google App Engine
This is Rietveld 408576698