| Index: tools/perf/measurements/smoothness_unittest.py
|
| diff --git a/tools/perf/measurements/smoothness_unittest.py b/tools/perf/measurements/smoothness_unittest.py
|
| index 121d7104dc2f9e7d2a0d153abf7cc9518bcc4daf..7e791087249f66c59030ab4f1cdae328b142dff5 100644
|
| --- a/tools/perf/measurements/smoothness_unittest.py
|
| +++ b/tools/perf/measurements/smoothness_unittest.py
|
| @@ -17,8 +17,6 @@ class FakeTracingController(object):
|
| self.category_filter = None
|
| def Start(self, _options, category_filter, _timeout):
|
| self.category_filter = category_filter
|
| - def IsDisplayTracingSupported(self):
|
| - return False
|
|
|
| class FakePlatform(object):
|
| def __init__(self):
|
|
|