summaryrefslogtreecommitdiffstats
path: root/cc/resources/managed_tile_state.h
diff options
context:
space:
mode:
authorernstm@chromium.org <ernstm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-09 04:04:09 +0000
committerernstm@chromium.org <ernstm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-09 04:04:09 +0000
commit922c6e1ff0af52496f5c33f9adef9d7944c02147 (patch)
tree722edd95e8d63eebaa3f9e84023a32c8fad1830a /cc/resources/managed_tile_state.h
parent6286a3798e51456de431d03d184a2f13ee5f2545 (diff)
downloadchromium_src-922c6e1ff0af52496f5c33f9adef9d7944c02147.zip
chromium_src-922c6e1ff0af52496f5c33f9adef9d7944c02147.tar.gz
chromium_src-922c6e1ff0af52496f5c33f9adef9d7944c02147.tar.bz2
cc: Removed unused metrics from RenderingStats.
- Removed everything except for frame count, paint/record/rasterize time and pixel count. - Cleaned up variable naming. - Removed RasterStats struct. Replaced by direct usage of RenderingStatsInstrumentation. R=nduca@chromium.org BUG=234308,280638 Review URL: https://codereview.chromium.org/26031002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@227666 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/resources/managed_tile_state.h')
-rw-r--r--cc/resources/managed_tile_state.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cc/resources/managed_tile_state.h b/cc/resources/managed_tile_state.h
index 35e4415..587a09a 100644
--- a/cc/resources/managed_tile_state.h
+++ b/cc/resources/managed_tile_state.h
@@ -125,7 +125,6 @@ class CC_EXPORT ManagedTileState {
RasterMode raster_mode;
ManagedTileBin bin;
- ManagedTileBin tree_bin[NUM_TREES];
TileResolution resolution;
bool required_for_activation;