| Index: ui/gfx/image/image_unittest_util.h
|
| diff --git a/ui/gfx/image/image_unittest_util.h b/ui/gfx/image/image_unittest_util.h
|
| index 756dbdd9adcaa2d15c32cb2fd183b763797fd03c..c338d20360115b9d4f05c6e756d980c84a4feaf7 100644
|
| --- a/ui/gfx/image/image_unittest_util.h
|
| +++ b/ui/gfx/image/image_unittest_util.h
|
| @@ -72,7 +72,7 @@ PlatformImage ToPlatformType(const gfx::Image& image);
|
| PlatformImage CopyPlatformType(const gfx::Image& image);
|
|
|
| SkColor GetPlatformImageColor(PlatformImage image, int x, int y);
|
| -void CheckColor(SkColor color, bool is_red);
|
| +void CheckColors(SkColor color1, SkColor color2);
|
| void CheckIsTransparent(SkColor color);
|
|
|
| bool IsPlatformImageValid(PlatformImage image);
|
|
|