Index: tools/perf/measurements/smoothness_unittest.py |
diff --git a/tools/perf/measurements/smoothness_unittest.py b/tools/perf/measurements/smoothness_unittest.py |
index d741f9bb1a0fe4ce961f39af5143b60c641e359a..d49ee1f4972dc12aa471525f6378cdc7bc445e7b 100644 |
--- a/tools/perf/measurements/smoothness_unittest.py |
+++ b/tools/perf/measurements/smoothness_unittest.py |
@@ -12,7 +12,7 @@ from telemetry.unittest import options_for_unittests |
class FakePlatform(object): |
def IsRawDisplayFrameRateSupported(self): |
return False |
- def CanMonitorPowerAsync(self): |
+ def CanMonitorPower(self): |
return False |