summaryrefslogtreecommitdiffstats
path: root/cc/debug/rendering_stats_instrumentation.h
diff options
context:
space:
mode:
authoregraether@chromium.org <egraether@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-29 01:11:39 +0000
committeregraether@chromium.org <egraether@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-29 01:11:39 +0000
commit09185be19c2517df1d33fcfc486c230f7168ac80 (patch)
tree125f08103e42015505260bff4ada879a10ad28b2 /cc/debug/rendering_stats_instrumentation.h
parentedcb1523dd0ebaf805bd0d93f89b43ec097c096b (diff)
downloadchromium_src-09185be19c2517df1d33fcfc486c230f7168ac80.zip
chromium_src-09185be19c2517df1d33fcfc486c230f7168ac80.tar.gz
chromium_src-09185be19c2517df1d33fcfc486c230f7168ac80.tar.bz2
cc: Remove RenderingStats passed to Layer::Update()
depends on: https://codereview.chromium.org/13245007/ and: https://codereview.chromium.org/13132005/ BUG=181319 Review URL: https://chromiumcodereview.appspot.com/13258003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209251 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/debug/rendering_stats_instrumentation.h')
-rw-r--r--cc/debug/rendering_stats_instrumentation.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/cc/debug/rendering_stats_instrumentation.h b/cc/debug/rendering_stats_instrumentation.h
index f3b6f65..daeb335 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);