Commit 9ad2fb4b authored by Noel Gordon's avatar Noel Gordon Committed by Chromium LUCI CQ

[piexwasm] Fix ICC profile name: AdobeRGB98 => AdobeRGB1998

Comment only change.

No-try: true
Bug: 1145029
Change-Id: Ibca0b51f42857bf792b475ecd5361b9ccd045446
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2567240
Auto-Submit: Noel Gordon <noel@chromium.org>
Reviewed-by: default avatarAlex Danilo <adanilo@chromium.org>
Commit-Queue: Alex Danilo <adanilo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#832542}
parent c92af167
...@@ -193,7 +193,7 @@ const adobeProfile = new Uint8Array([ ...@@ -193,7 +193,7 @@ const adobeProfile = new Uint8Array([
// APP2 ICC_PROFILE\0 segment header. // APP2 ICC_PROFILE\0 segment header.
0xff, 0xe2, 0x02, 0x40, 0x49, 0x43, 0x43, 0x5f, 0x50, 0x52, 0x4f, 0x46, 0xff, 0xe2, 0x02, 0x40, 0x49, 0x43, 0x43, 0x5f, 0x50, 0x52, 0x4f, 0x46,
0x49, 0x4c, 0x45, 0x00, 0x01, 0x01, 0x49, 0x4c, 0x45, 0x00, 0x01, 0x01,
// AdobeRGB98 ICC Color Profile data. // AdobeRGB1998 ICC Color Profile data.
0x00, 0x00, 0x02, 0x30, 0x41, 0x44, 0x42, 0x45, 0x02, 0x10, 0x00, 0x00, 0x00, 0x00, 0x02, 0x30, 0x41, 0x44, 0x42, 0x45, 0x02, 0x10, 0x00, 0x00,
0x6d, 0x6e, 0x74, 0x72, 0x52, 0x47, 0x42, 0x20, 0x58, 0x59, 0x5a, 0x20, 0x6d, 0x6e, 0x74, 0x72, 0x52, 0x47, 0x42, 0x20, 0x58, 0x59, 0x5a, 0x20,
0x07, 0xd0, 0x00, 0x08, 0x00, 0x0b, 0x00, 0x13, 0x00, 0x33, 0x00, 0x3b, 0x07, 0xd0, 0x00, 0x08, 0x00, 0x0b, 0x00, 0x13, 0x00, 0x33, 0x00, 0x3b,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment