Index: content/test/gpu/gpu_tests/gpu_process.py |
diff --git a/content/test/gpu/gpu_tests/gpu_process.py b/content/test/gpu/gpu_tests/gpu_process.py |
index 531319cf6a0c81a08eabfe27e93b922097a66fdf..f0f25b6348f824a1ed30c1a00a68ce4c66874ff9 100644 |
--- a/content/test/gpu/gpu_tests/gpu_process.py |
+++ b/content/test/gpu/gpu_tests/gpu_process.py |
@@ -38,6 +38,10 @@ class GpuProcess(benchmark.Benchmark): |
test = _GpuProcessValidator |
page_set = page_sets.GpuProcessTestsPageSet |
Ken Russell (switch to Gerrit)
2014/09/13 05:57:12
Could you please instead just delete the page_set
jbroman
2014/09/13 18:57:34
FYI, this will also require changing the name of t
|
+ @classmethod |
+ def Name(cls): |
+ return "gpu_process" |
+ |
def CreateExpectations(self, page_set): |
return expectations.GpuProcessExpectations() |