summaryrefslogtreecommitdiffstats
path: root/cc/layers/texture_layer.h
diff options
context:
space:
mode:
authorhashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-27 06:15:21 +0000
committerhashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-27 06:15:21 +0000
commitd5e16c0ce64a8e86df9a3a576e0b26b3622f014a (patch)
tree4caa46dad5b493b65a136818b7eaebf1f1b830ea /cc/layers/texture_layer.h
parentc600f5c6c9d3e9fb4b82dfc41b9ec000c9cb284d (diff)
downloadchromium_src-d5e16c0ce64a8e86df9a3a576e0b26b3622f014a.zip
chromium_src-d5e16c0ce64a8e86df9a3a576e0b26b3622f014a.tar.gz
chromium_src-d5e16c0ce64a8e86df9a3a576e0b26b3622f014a.tar.bz2
Revert 190817 "cc: Switch RenderingStats collection in Layer::Up..."
> 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 TBR=egraether@chromium.org Review URL: https://codereview.chromium.org/13117002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190826 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/layers/texture_layer.h')
-rw-r--r--cc/layers/texture_layer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cc/layers/texture_layer.h b/cc/layers/texture_layer.h
index 28994f3..1e7b31b 100644
--- a/cc/layers/texture_layer.h
+++ b/cc/layers/texture_layer.h
@@ -70,7 +70,8 @@ class CC_EXPORT TextureLayer : public Layer {
virtual void SetLayerTreeHost(LayerTreeHost* layer_tree_host) OVERRIDE;
virtual bool DrawsContent() const OVERRIDE;
virtual void Update(ResourceUpdateQueue* queue,
- const OcclusionTracker* occlusion) OVERRIDE;
+ const OcclusionTracker* occlusion,
+ RenderingStats* stats) OVERRIDE;
virtual void PushPropertiesTo(LayerImpl* layer) OVERRIDE;
virtual bool BlocksPendingCommit() const OVERRIDE;