summaryrefslogtreecommitdiffstats
path: root/cc/debug/rendering_stats_instrumentation.cc
diff options
context:
space:
mode:
authorvmpstr@chromium.org <vmpstr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-08 20:26:16 +0000
committervmpstr@chromium.org <vmpstr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-08 20:26:16 +0000
commit4da520dc742eca52b356d56dea70dfe11b3ea97c (patch)
treec09209bfcbaf28df9ed772ed8324d81e8c598504 /cc/debug/rendering_stats_instrumentation.cc
parentf2ac1e60bfd8d469c0bf5d5229fec4467c5d2883 (diff)
downloadchromium_src-4da520dc742eca52b356d56dea70dfe11b3ea97c.zip
chromium_src-4da520dc742eca52b356d56dea70dfe11b3ea97c.tar.gz
chromium_src-4da520dc742eca52b356d56dea70dfe11b3ea97c.tar.bz2
This is a small clean-up that reduces raster mode exposure outside of the tile/tile manager. We don't use this raster mode for anything aside from determining whether the tile is ready to draw and getting the tile version, so there shouldn't be a reason that we need to use RasterMode in things like picture_layer_impl.
BUG=254680 Review URL: https://chromiumcodereview.appspot.com/17952002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210408 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/debug/rendering_stats_instrumentation.cc')
-rw-r--r--cc/debug/rendering_stats_instrumentation.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/debug/rendering_stats_instrumentation.cc b/cc/debug/rendering_stats_instrumentation.cc
index b6d1217..b3886af 100644
--- a/cc/debug/rendering_stats_instrumentation.cc
+++ b/cc/debug/rendering_stats_instrumentation.cc
@@ -167,7 +167,7 @@ void RenderingStatsInstrumentation::IncrementDeferredImageCacheHitCount() {
rendering_stats_.total_deferred_image_cache_hit_count++;
}
-void RenderingStatsInstrumentation::AddTileAnalysisResult(
+void RenderingStatsInstrumentation::AddAnalysisResult(
base::TimeDelta duration,
bool is_solid_color) {
if (!record_rendering_stats_)