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

Issue 2018183002: HTMLVideoElementCapturer: use SkSurface::MakeRaster ISO skia::CreatePlatformCanvas (Closed)

Created:
4 years, 6 months ago by mcasas
Modified:
4 years, 6 months ago
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, posciak+watch_chromium.org, blink-reviews, jam, feature-media-reviews_chromium.org, darin-cc_chromium.org, mcasas+watch+vc_chromium.org, mkwst+moarreviews-renderer_chromium.org, mcasas+watch+capturefromdom_chromium.org, emircan+watch+capturefromdom_chromium.org, miu+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

HTMLVideoElementCapturer: use SkSurface::MakeRaster ISO skia::CreatePlatformCanvas As explained in the bug, prefer allocating a SkSurface instead of an expensive PlatformCanvas. Probably cause troubles in WebKit Win10 bots during landing of another CL, see https://crrev.com/2010173002 Also re-adding LayoutTest HTMLMediaElementCapture-capture.html BUG=615454 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel,mac_blink_rel,win_blink_rel Committed: https://crrev.com/277fb015119eb0970ae7bdcb0ec182b881477128 Cr-Commit-Position: refs/heads/master@{#396932}

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -14 lines) Patch
M content/renderer/media/html_video_element_capturer_source.h View 2 chunks +3 lines, -2 lines 0 comments Download
M content/renderer/media/html_video_element_capturer_source.cc View 3 chunks +10 lines, -12 lines 2 comments Download
A third_party/WebKit/LayoutTests/fast/mediacapturefromelement/HTMLMediaElementCapture-capture.html View 1 chunk +35 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (7 generated)
mcasas
junov/senorblanco: PTAL (junov@ told he might be unavailable).
4 years, 6 months ago (2016-05-27 22:59:04 UTC) #4
Stephen White
LGTM https://codereview.chromium.org/2018183002/diff/1/content/renderer/media/html_video_element_capturer_source.cc File content/renderer/media/html_video_element_capturer_source.cc (right): https://codereview.chromium.org/2018183002/diff/1/content/renderer/media/html_video_element_capturer_source.cc#newcode143 content/renderer/media/html_video_element_capturer_source.cc:143: const SkBitmap bitmap = skia::ReadPixels(canvas); This may or ...
4 years, 6 months ago (2016-05-31 18:42:43 UTC) #6
mcasas
https://codereview.chromium.org/2018183002/diff/1/content/renderer/media/html_video_element_capturer_source.cc File content/renderer/media/html_video_element_capturer_source.cc (right): https://codereview.chromium.org/2018183002/diff/1/content/renderer/media/html_video_element_capturer_source.cc#newcode143 content/renderer/media/html_video_element_capturer_source.cc:143: const SkBitmap bitmap = skia::ReadPixels(canvas); On 2016/05/31 18:42:43, Stephen ...
4 years, 6 months ago (2016-05-31 18:49:36 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2018183002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2018183002/1
4 years, 6 months ago (2016-05-31 18:55:26 UTC) #9
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 6 months ago (2016-05-31 21:15:09 UTC) #11
commit-bot: I haz the power
4 years, 6 months ago (2016-05-31 21:16:21 UTC) #13
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/277fb015119eb0970ae7bdcb0ec182b881477128
Cr-Commit-Position: refs/heads/master@{#396932}

Powered by Google App Engine
This is Rietveld 408576698