| Index: content/test/gpu/gpu_tests/pixel_integration_test.py
|
| diff --git a/content/test/gpu/gpu_tests/pixel_integration_test.py b/content/test/gpu/gpu_tests/pixel_integration_test.py
|
| index 004cf5a84c53d601b6efcc74b34da787bc2eaf32..65121cab1d8bc0e8758b360408a5ac9ea0419fd3 100644
|
| --- a/content/test/gpu/gpu_tests/pixel_integration_test.py
|
| +++ b/content/test/gpu/gpu_tests/pixel_integration_test.py
|
| @@ -69,6 +69,7 @@ class PixelIntegrationTest(
|
| # All tests receive the following options.
|
| return [
|
| '--force-color-profile=srgb',
|
| + '--enable-features=ColorCorrectRendering',
|
| '--enable-gpu-benchmarking',
|
| '--test-type=gpu'] + browser_args
|
|
|
|
|