| Index: ui/gfx/test/icc_profiles.h
|
| diff --git a/ui/gfx/test/icc_profiles.h b/ui/gfx/test/icc_profiles.h
|
| index 356beaf7f85af52d508b294dee56c9ffebfc9608..54b40cbd134d778d399a929b5c4b433cb72e6a96 100644
|
| --- a/ui/gfx/test/icc_profiles.h
|
| +++ b/ui/gfx/test/icc_profiles.h
|
| @@ -20,4 +20,7 @@ ICCProfile ICCProfileForTestingA2BOnly();
|
| // A profile that with an approxmation that shoots above 1.
|
| ICCProfile ICCProfileForTestingOvershoot();
|
|
|
| +// The default profile that is being used by layout tests in this process.
|
| +ICCProfile ICCProfileForLayoutTests();
|
| +
|
| } // namespace gfx
|
|
|