| Index: ui/gfx/color_transform_fuzzer.cc
|
| diff --git a/ui/gfx/color_transform_fuzzer.cc b/ui/gfx/color_transform_fuzzer.cc
|
| index bc22614900917b650bd59671d9e6badd7e0d697f..8a769fd02fd60e52b98b7cc9341aa075c3007da0 100644
|
| --- a/ui/gfx/color_transform_fuzzer.cc
|
| +++ b/ui/gfx/color_transform_fuzzer.cc
|
| @@ -19,6 +19,6 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) {
|
| bt709, icc.GetColorSpace(),
|
| gfx::ColorTransform::Intent::INTENT_ABSOLUTE));
|
| gfx::ColorTransform::TriStim tmp(16.0f / 255.0f, 0.5f, 0.5f);
|
| - t->transform(&tmp, 1);
|
| + t->Transform(&tmp, 1);
|
| return 0;
|
| }
|
|
|