Commit 6a7bdfdc authored by achuith's avatar achuith Committed by Commit bot

Fix creation of CrosPowerMonitor.

BUG=410931
TEST=testSmoothness passes

Review URL: https://codereview.chromium.org/547423002

Cr-Commit-Position: refs/heads/master@{#293830}
parent 06983b3f
......@@ -13,7 +13,7 @@ class CrosPlatformBackend(
def __init__(self, cri):
super(CrosPlatformBackend, self).__init__()
self._cri = cri
self._powermonitor = cros_power_monitor.CrosPowerMonitor(cri)
self._powermonitor = cros_power_monitor.CrosPowerMonitor(self)
def StartRawDisplayFrameRateMeasurement(self):
raise NotImplementedError()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment