Skip to content

Commit

Permalink
imageData type
Browse files Browse the repository at this point in the history
  • Loading branch information
brendankenny committed May 2, 2018
1 parent 7098e74 commit 9eb4984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouse-core/audits/screenshot-thumbnails.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class ScreenshotThumbnails extends Audit {
* Scales down an image to THUMBNAIL_WIDTH using nearest neighbor for speed, maintains aspect
* ratio of the original thumbnail.
*
* @param {{width: number, height: number, data: Buffer}} imageData
* @param {ReturnType<SpeedlineFrame['getParsedImage']>} imageData
* @return {{width: number, height: number, data: Uint8Array}}
*/
static scaleImageToThumbnail(imageData) {
Expand Down

0 comments on commit 9eb4984

Please sign in to comment.