| Index: content/test/gpu/gpu_tests/gpu_rasterization.py
|
| diff --git a/content/test/gpu/gpu_tests/gpu_rasterization.py b/content/test/gpu/gpu_tests/gpu_rasterization.py
|
| index f313d8b56a47766c1fa040a5c7944177ef87099d..c92390ca187ad70d85e652289309551ca14d5f00 100644
|
| --- a/content/test/gpu/gpu_tests/gpu_rasterization.py
|
| +++ b/content/test/gpu/gpu_tests/gpu_rasterization.py
|
| @@ -34,10 +34,7 @@ class GpuRasterizationValidator(cloud_storage_test_base.ValidatorBase):
|
| def CustomizeBrowserOptions(self, options):
|
| # --test-type=gpu is used only to suppress the "Google API Keys are missing"
|
| # infobar, which causes flakiness in tests.
|
| - options.AppendExtraBrowserArgs(['--enable-threaded-compositing',
|
| - '--enable-impl-side-painting',
|
| - '--force-gpu-rasterization',
|
| - '--enable-gpu-benchmarking',
|
| + options.AppendExtraBrowserArgs(['--force-gpu-rasterization',
|
| '--test-type=gpu'])
|
|
|
| def ValidateAndMeasurePage(self, page, tab, results):
|
|
|