diff options
author | egraether@chromium.org <egraether@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-27 02:31:03 +0000 |
---|---|---|
committer | egraether@chromium.org <egraether@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-27 02:31:03 +0000 |
commit | 944314aa4ab8aa1dbba22a6dbdcfdf96cce20352 (patch) | |
tree | ccf648588bf8e3694f536290e95dbf1c646d8aff /cc/layers/heads_up_display_layer.cc | |
parent | d461f62c56a00d085fab0072182658a1278eec4d (diff) | |
download | chromium_src-944314aa4ab8aa1dbba22a6dbdcfdf96cce20352.zip chromium_src-944314aa4ab8aa1dbba22a6dbdcfdf96cce20352.tar.gz chromium_src-944314aa4ab8aa1dbba22a6dbdcfdf96cce20352.tar.bz2 |
cc: Switch RenderingStats collection in Layer::Update() to RenderingStatsInstrumentation
This change switches all of the remaining RenderingStats collection in
composited mode to use RenderinStatsInstrumentation.
BUG=181319
Review URL: https://chromiumcodereview.appspot.com/12426024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190817 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/layers/heads_up_display_layer.cc')
-rw-r--r-- | cc/layers/heads_up_display_layer.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cc/layers/heads_up_display_layer.cc b/cc/layers/heads_up_display_layer.cc index 76016b5..9945178 100644 --- a/cc/layers/heads_up_display_layer.cc +++ b/cc/layers/heads_up_display_layer.cc @@ -23,8 +23,7 @@ HeadsUpDisplayLayer::HeadsUpDisplayLayer() : Layer() { HeadsUpDisplayLayer::~HeadsUpDisplayLayer() {} void HeadsUpDisplayLayer::Update(ResourceUpdateQueue*, - const OcclusionTracker*, - RenderingStats*) { + const OcclusionTracker*) { const LayerTreeDebugState& debug_state = layer_tree_host()->debug_state(); int max_texture_size = layer_tree_host()->GetRendererCapabilities().max_texture_size; |