Index: cc/debug/rendering_stats_instrumentation.h |
diff --git a/cc/debug/rendering_stats_instrumentation.h b/cc/debug/rendering_stats_instrumentation.h |
index c3ec320a0f6d450790c4566be85d854441e6826d..6d26857103aa264b00ff09aa6f6c38ad8b0f1be6 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); |