Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6713)

Unified Diff: cc/trees/thread_proxy.h

Issue 554973002: Disable scheduler deadline task on battery power in Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove redundant != NULL Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: cc/trees/thread_proxy.h
diff --git a/cc/trees/thread_proxy.h b/cc/trees/thread_proxy.h
index 817b36ddae47528caa4a85105e17bcea215a4d9f..bb1650fd9f18d98730ca921a50b1f04de29fdeae 100644
--- a/cc/trees/thread_proxy.h
+++ b/cc/trees/thread_proxy.h
@@ -211,6 +211,7 @@ class CC_EXPORT ThreadProxy : public Proxy,
// SchedulerClient implementation
virtual BeginFrameSource* ExternalBeginFrameSource() override;
+ virtual base::PowerMonitor* PowerMonitor() override;
virtual void WillBeginImplFrame(const BeginFrameArgs& args) override;
virtual void ScheduledActionSendBeginMainFrame() override;
virtual DrawResult ScheduledActionDrawAndSwapIfPossible() override;

Powered by Google App Engine
This is Rietveld 408576698