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..75aea45a2bc99bf872f2f9fd9aad0360b84e9428 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 GetRawDisplayFrameRateMeasurement(self): |
+ raise NotImplementedError() |
+ |
def IsThermallyThrottled(self): |
raise NotImplementedError() |