| Index: tools/perf/benchmarks/blink_perf.py
|
| diff --git a/tools/perf/benchmarks/blink_perf.py b/tools/perf/benchmarks/blink_perf.py
|
| index cb167cea3b21320907e05272e86f5e9befc1d1ef..5f6786c374e3047bb5b469c77b3d6e4f239c435a 100644
|
| --- a/tools/perf/benchmarks/blink_perf.py
|
| +++ b/tools/perf/benchmarks/blink_perf.py
|
| @@ -329,6 +329,10 @@ class BlinkPerfCanvas(_BlinkPerfBenchmark):
|
| page.skipped_gpus = []
|
| return story_set
|
|
|
| + def SetExtraBrowserOptions(self, options):
|
| + options.AppendExtraBrowserArgs([
|
| + '--enable-color-correct-rendering',
|
| + ])
|
|
|
| @benchmark.Owner(emails=['yukishiino@chromium.org',
|
| 'bashi@chromium.org',
|
|
|