Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(214)

Unified Diff: content/test/gpu/gpu_tests/depth_capture_integration_test.py

Issue 2663813003: Roll out framework change & update gpu tests to conform to the API changes (Closed)
Patch Set: Roll DEPS to 42d9cffaa797712c58d7b5fb59820f0aa3e82138 Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/test/gpu/gpu_tests/depth_capture_integration_test.py
diff --git a/content/test/gpu/gpu_tests/depth_capture_integration_test.py b/content/test/gpu/gpu_tests/depth_capture_integration_test.py
index b2a40b74715c28f697c7084ff70257813861d839..9f3b6693217bcef364868b6a41bd0371a3faf489 100644
--- a/content/test/gpu/gpu_tests/depth_capture_integration_test.py
+++ b/content/test/gpu/gpu_tests/depth_capture_integration_test.py
@@ -88,8 +88,8 @@ class DepthCaptureIntegrationTest(gpu_integration_test.GpuIntegrationTest):
return depth_capture_expectations.DepthCaptureExpectations()
@classmethod
- def setUpClass(cls):
- super(cls, DepthCaptureIntegrationTest).setUpClass()
+ def SetUpProcess(cls):
+ super(cls, DepthCaptureIntegrationTest).SetUpProcess()
cls.CustomizeOptions()
cls.SetBrowserOptions(cls._finder_options)
cls.StartBrowser()

Powered by Google App Engine
This is Rietveld 408576698