[webkit-reviews] review granted: [Bug 179432] Support the decoding="sync/async" syntax for image async attribute : [Attachment 327267] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 21 08:58:38 PST 2017


Darin Adler <darin at apple.com> has granted Said Abou-Hallawa
<sabouhallawa at apple.com>'s request for review:
Bug 179432: Support the decoding="sync/async" syntax for image async attribute
https://bugs.webkit.org/show_bug.cgi?id=179432

Attachment 327267: Patch

https://bugs.webkit.org/attachment.cgi?id=327267&action=review




--- Comment #13 from Darin Adler <darin at apple.com> ---
Comment on attachment 327267
  --> https://bugs.webkit.org/attachment.cgi?id=327267
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=327267&action=review

> Source/WebCore/platform/graphics/DecodingOptions.h:42
> +    DecodingOptions(DecodingMode decodingMode = DecodingMode::Auto)

This constructor should be marked explicit.


More information about the webkit-reviews mailing list