Index: tools/perf/measurements/smoothness_unittest.py |
diff --git a/tools/perf/measurements/smoothness_unittest.py b/tools/perf/measurements/smoothness_unittest.py |
index 572b1c2fcaf2cbf2ea5bc0a623298acb1f3498af..e033c81ca8f8d1c12adb216746705f0ba48e2760 100644 |
--- a/tools/perf/measurements/smoothness_unittest.py |
+++ b/tools/perf/measurements/smoothness_unittest.py |
@@ -22,7 +22,7 @@ class FakeTracingController(object): |
class FakePlatform(object): |
def __init__(self): |
self.tracing_controller = FakeTracingController() |
- def IsRawDisplayFrameRateSupported(self): |
+ def IsDisplayTracingSupported(self): |
return False |
def CanMonitorPower(self): |
return False |