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

Unified Diff: third_party/WebKit/Source/platform/scheduler/renderer/web_frame_scheduler_impl.h

Issue 2741473002: [scheduler] Move TimeBudgetPool to a separate file. (Closed)
Patch Set: Addressed comments from alexclarke@ Created 3 years, 9 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: third_party/WebKit/Source/platform/scheduler/renderer/web_frame_scheduler_impl.h
diff --git a/third_party/WebKit/Source/platform/scheduler/renderer/web_frame_scheduler_impl.h b/third_party/WebKit/Source/platform/scheduler/renderer/web_frame_scheduler_impl.h
index 9111528da85559ce744d06f32865467bb0c702ff..1d700425042a6c752ee4c65b658ced13437de3a7 100644
--- a/third_party/WebKit/Source/platform/scheduler/renderer/web_frame_scheduler_impl.h
+++ b/third_party/WebKit/Source/platform/scheduler/renderer/web_frame_scheduler_impl.h
@@ -72,7 +72,7 @@ class WebFrameSchedulerImpl : public WebFrameScheduler {
};
void DetachFromWebViewScheduler();
- void RemoveTimerQueueFromBackgroundTimeBudgetPool();
+ void RemoveTimerQueueFromBackgroundCPUTimeBudgetPool();
void ApplyPolicyToTimerQueue();
bool ShouldThrottleTimers() const;
void UpdateTimerThrottling(bool was_throttled);

Powered by Google App Engine
This is Rietveld 408576698