| Index: cc/debug/rendering_stats_instrumentation.h
|
| diff --git a/cc/debug/rendering_stats_instrumentation.h b/cc/debug/rendering_stats_instrumentation.h
|
| index 63401c02aaff63c34fce4acce8c9501e31e8cda6..45cc5c4c73ad70f6a794aa87960b0468b4a54065 100644
|
| --- a/cc/debug/rendering_stats_instrumentation.h
|
| +++ b/cc/debug/rendering_stats_instrumentation.h
|
| @@ -32,10 +32,6 @@ class CC_EXPORT RenderingStatsInstrumentation {
|
| base::TimeTicks StartRecording() const;
|
| base::TimeDelta EndRecording(base::TimeTicks start_time) const;
|
|
|
| - // TODO(egraether): Remove after switching Layer::update() to use this class.
|
| - // Used in LayerTreeHost::paintLayerContents().
|
| - void AddStats(const RenderingStats& other);
|
| -
|
| void IncrementAnimationFrameCount();
|
| void SetScreenFrameCount(int64 count);
|
| void SetDroppedFrameCount(int64 count);
|
|
|