Index: tools/telemetry/telemetry/core/chrome/linux_platform_backend.py |
diff --git a/tools/telemetry/telemetry/core/chrome/linux_platform_backend.py b/tools/telemetry/telemetry/core/chrome/linux_platform_backend.py |
index 9c4267aac4f26c911bd4c086a26fc5e3e3e41808..4a34eb494f778e12229859105c4c6581cd47c664 100644 |
--- a/tools/telemetry/telemetry/core/chrome/linux_platform_backend.py |
+++ b/tools/telemetry/telemetry/core/chrome/linux_platform_backend.py |
@@ -26,12 +26,15 @@ class LinuxPlatformBackend(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() |