Index: tools/telemetry/telemetry/core/chrome/mac_platform_backend.py |
diff --git a/tools/telemetry/telemetry/core/chrome/mac_platform_backend.py b/tools/telemetry/telemetry/core/chrome/mac_platform_backend.py |
index da0dbb6c8bca918a54d560cf7aef93044ce73b1d..5902e681aa9d7d70e19ac278e1736b87b9641320 100644 |
--- a/tools/telemetry/telemetry/core/chrome/mac_platform_backend.py |
+++ b/tools/telemetry/telemetry/core/chrome/mac_platform_backend.py |
@@ -13,12 +13,15 @@ from telemetry.core.chrome import platform_backend |
class MacPlatformBackend(platform_backend.PlatformBackend): |
# 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() |