| Index: cc/trees/thread_proxy.h
|
| diff --git a/cc/trees/thread_proxy.h b/cc/trees/thread_proxy.h
|
| index 3aeef74b83f61e52d4f5c49c2f7aab0441fdb359..35db6fc3a7a65f5aabb75ceb65ee5aa8b319e6e3 100644
|
| --- a/cc/trees/thread_proxy.h
|
| +++ b/cc/trees/thread_proxy.h
|
| @@ -174,7 +174,6 @@ class CC_EXPORT ThreadProxy : public Proxy,
|
| void Stop() override;
|
| void ForceSerializeOnSwapBuffers() override;
|
| bool SupportsImplScrolling() const override;
|
| - void SetDebugState(const LayerTreeDebugState& debug_state) override;
|
| bool MainFrameWillHappenForTesting() override;
|
| void SetChildrenNeedBeginFrames(bool children_need_begin_frames) override;
|
| void SetAuthoritativeVSyncInterval(const base::TimeDelta& interval) override;
|
| @@ -284,7 +283,6 @@ class CC_EXPORT ThreadProxy : public Proxy,
|
| void SetSwapUsedIncompleteTileOnImplThread(bool used_incomplete_tile);
|
| void MainThreadHasStoppedFlingingOnImplThread();
|
| void SetInputThrottledUntilCommitOnImplThread(bool is_throttled);
|
| - void SetDebugStateOnImplThread(const LayerTreeDebugState& debug_state);
|
| void SetDeferCommitsOnImplThread(bool defer_commits) const;
|
| void PostFrameTimingEvents(
|
| scoped_ptr<FrameTimingTracker::CompositeTimingSet> composite_events,
|
|
|