Skip to content

Commit

Permalink
Bug 1634298 [wpt PR 23337] - [webrtc] remove unnecessary `ctx.getImag…
Browse files Browse the repository at this point in the history
…eData()` call, a=testonly

Automatic update from web-platform-tests
[webrtc] remove unnecessary `ctx.getImageData()` call (#23337)

See web-platform-tests/wpt#22779 (comment)
--

wpt-commits: a9f1e8c01979f0415e4f18396fa7b46d257a675a
wpt-pr: 23337
  • Loading branch information
foolip authored and moz-wptsync-bot committed May 20, 2020
1 parent b624613 commit 00c3563
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,6 @@ const trackFactories = {
if (signal !== null) {
ctx.fillStyle = `rgb(${signal}, ${signal}, ${signal})`;
ctx.fillRect(10, 10, 20, 20);
let pixel = ctx.getImageData(15, 15, 1, 1);
}
}, 100);

Expand Down

0 comments on commit 00c3563

Please sign in to comment.