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_; |