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

Unified Diff: cc/scheduler/scheduler.h

Issue 1762823002: Remove runtime toggling of throttling frames (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 3a98a2440e2e24013d43c18fe1ca9178d21f8292..a5a6bd473c06866c6e81938c2c6efc40f98dd96f 100644
--- a/cc/scheduler/scheduler.h
+++ b/cc/scheduler/scheduler.h
@@ -82,7 +82,6 @@ class CC_EXPORT Scheduler : public BeginFrameObserverBase {
void SetCanDraw(bool can_draw);
void NotifyReadyToActivate();
void NotifyReadyToDraw();
- void SetThrottleFrameProduction(bool throttle);
void SetNeedsBeginMainFrame();
// Requests a single impl frame (after the current frame if there is one
@@ -168,7 +167,6 @@ class CC_EXPORT Scheduler : public BeginFrameObserverBase {
scoped_ptr<BeginFrameSourceMultiplexer> frame_source_;
bool observing_frame_source_;
- bool throttle_frame_production_;
base::TimeDelta authoritative_vsync_interval_;
base::TimeTicks last_vsync_timebase_;
« 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