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