| Index: tools/perf/page_sets/repaint_helpers.py
|
| diff --git a/tools/perf/page_sets/repaint_helpers.py b/tools/perf/page_sets/repaint_helpers.py
|
| index 6bec607564f38eefd7c4e44016297f3cad2d9c10..231199e26255e2e7e0ca20804254f9ad7fba4112 100644
|
| --- a/tools/perf/page_sets/repaint_helpers.py
|
| +++ b/tools/perf/page_sets/repaint_helpers.py
|
| @@ -2,7 +2,7 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -from telemetry.page import page_test
|
| +from telemetry.page import legacy_page_test
|
|
|
|
|
| def Repaint(action_runner, mode='viewport', width=None, height=None):
|
| @@ -33,7 +33,7 @@ def Repaint(action_runner, mode='viewport', width=None, height=None):
|
| micro_benchmark_id = action_runner.EvaluateJavaScript(
|
| 'window.benchmark_results.id')
|
| if not micro_benchmark_id:
|
| - raise page_test.MeasurementFailure(
|
| + raise legacy_page_test.MeasurementFailure(
|
| 'Failed to schedule invalidation_benchmark.')
|
|
|
| with action_runner.CreateInteraction('Repaint'):
|
|
|