Index: tools/telemetry/telemetry/core/chrome/cros_platform_backend.py |
diff --git a/tools/telemetry/telemetry/core/chrome/cros_platform_backend.py b/tools/telemetry/telemetry/core/chrome/cros_platform_backend.py |
index 3280540f6e4257ce372a874cd9c63937b611892a..cbfb6f19266e941c93f0c35676cc3d0cc5b72b86 100644 |
--- a/tools/telemetry/telemetry/core/chrome/cros_platform_backend.py |
+++ b/tools/telemetry/telemetry/core/chrome/cros_platform_backend.py |
@@ -34,12 +34,15 @@ class CrosPlatformBackend(platform_backend.PlatformBackend): |
return retval |
# pylint: disable=W0613 |
- def StartRawDisplayFrameRateMeasurement(self, trace_tag): |
+ def StartRawDisplayFrameRateMeasurement(self): |
raise NotImplementedError() |
def StopRawDisplayFrameRateMeasurement(self): |
raise NotImplementedError() |
+ def GetRawDisplayFrameRateMeasurements(self): |
+ raise NotImplementedError() |
+ |
def IsThermallyThrottled(self): |
raise NotImplementedError() |