| Index: content/test/gpu/gpu_tests/hardware_accelerated_feature.py
|
| diff --git a/content/test/gpu/gpu_tests/hardware_accelerated_feature.py b/content/test/gpu/gpu_tests/hardware_accelerated_feature.py
|
| index af81c0d257eed908c7d83aee0d0597cab89e4008..52dd131628d059f770cbc27ea0f1ade5acba331b 100644
|
| --- a/content/test/gpu/gpu_tests/hardware_accelerated_feature.py
|
| +++ b/content/test/gpu/gpu_tests/hardware_accelerated_feature.py
|
| @@ -59,7 +59,7 @@ class HardwareAcceleratedFeature(benchmark.Benchmark):
|
| def CreatePageSet(self, options):
|
| features = ['WebGL', 'Canvas']
|
|
|
| - ps = page_set.PageSet(user_agent_type='desktop', file_path='')
|
| + ps = page_set.PageSet(user_agent_type='desktop')
|
|
|
| for feature in features:
|
| ps.AddUserStory(ChromeGpuPage(page_set=ps, feature=feature))
|
|
|