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

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

Issue 2539973004: Update reference to page_test module to use legacy_page_test module (Closed)
Patch Set: update Created 4 years 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/gpu_test_base.py
diff --git a/content/test/gpu/gpu_tests/gpu_test_base.py b/content/test/gpu/gpu_tests/gpu_test_base.py
index 758cccb11849ac7dd35bcdfacee532fe63896757..3979e7bda79650c1fdb5dddda0757b01b58b335a 100644
--- a/content/test/gpu/gpu_tests/gpu_test_base.py
+++ b/content/test/gpu/gpu_tests/gpu_test_base.py
@@ -6,7 +6,7 @@ import logging
from telemetry import benchmark as benchmark_module
from telemetry.page import page as page_module
-from telemetry.page import page_test
+from telemetry.page import legacy_page_test
from telemetry.page import shared_page_state as shared_page_state_module
from telemetry.testing import fakes
@@ -41,7 +41,7 @@ class TestBase(benchmark_module.Benchmark):
# Provides a single subclass of PageTest in case it's useful in the
# future.
-class ValidatorBase(page_test.PageTest):
+class ValidatorBase(legacy_page_test.LegacyPageTest):
def __init__(self,
needs_browser_restart_after_each_page=False,
clear_cache_before_each_run=False):
« no previous file with comments | « content/test/gpu/gpu_tests/gpu_rasterization.py ('k') | content/test/gpu/gpu_tests/hardware_accelerated_feature.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698