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

Unified Diff: cc/scheduler/scheduler.h

Issue 1050833002: cc: Remove background ticking from LTHI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase onto master. Created 5 years, 8 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
« no previous file with comments | « no previous file | cc/scheduler/scheduler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/scheduler/scheduler.h
diff --git a/cc/scheduler/scheduler.h b/cc/scheduler/scheduler.h
index 353fdcffc84cd82264420f4359d985c6ffc5edcf..542438b34f1c7836ba2eda1c000ff3c908d75af6 100644
--- a/cc/scheduler/scheduler.h
+++ b/cc/scheduler/scheduler.h
@@ -64,8 +64,6 @@ class CC_EXPORT SchedulerFrameSourcesConstructor {
public:
virtual ~SchedulerFrameSourcesConstructor() {}
virtual BeginFrameSource* ConstructPrimaryFrameSource(Scheduler* scheduler);
- virtual BeginFrameSource* ConstructBackgroundFrameSource(
- Scheduler* scheduler);
virtual BeginFrameSource* ConstructUnthrottledFrameSource(
Scheduler* scheduler);
@@ -188,12 +186,10 @@ class CC_EXPORT Scheduler : public BeginFrameObserverMixIn {
scoped_ptr<BeginFrameSourceMultiplexer> frame_source_;
BeginFrameSource* primary_frame_source_;
- BeginFrameSource* background_frame_source_;
BeginFrameSource* unthrottled_frame_source_;
// Storage when frame sources are internal
scoped_ptr<BeginFrameSource> primary_frame_source_internal_;
- scoped_ptr<SyntheticBeginFrameSource> background_frame_source_internal_;
scoped_ptr<BeginFrameSource> unthrottled_frame_source_internal_;
VSyncParameterObserver* vsync_observer_;
@@ -243,7 +239,6 @@ class CC_EXPORT Scheduler : public BeginFrameObserverMixIn {
void FinishImplFrame();
void OnBeginImplFrameDeadline();
void PollToAdvanceCommitState();
- void UpdateActiveFrameSource();
base::TimeDelta EstimatedParentDrawTime() {
return estimated_parent_draw_time_;
« no previous file with comments | « no previous file | cc/scheduler/scheduler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698