summaryrefslogtreecommitdiffstats
path: root/cc/layers/layer_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/layers/layer_impl.h')
-rw-r--r--cc/layers/layer_impl.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h
index 6fc5cb2..87ab60b 100644
--- a/cc/layers/layer_impl.h
+++ b/cc/layers/layer_impl.h
@@ -60,6 +60,7 @@ class Occlusion;
template <typename LayerType>
class OcclusionTracker;
class OpacityTree;
+class PrioritizedTile;
class RenderPass;
class RenderPassId;
class Renderer;
@@ -604,8 +605,8 @@ class CC_EXPORT LayerImpl : public LayerAnimationValueObserver,
virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl);
virtual void PushPropertiesTo(LayerImpl* layer);
- virtual void GetAllTilesAndPrioritiesForTracing(
- std::map<const Tile*, TilePriority>* tile_map) const;
+ virtual void GetAllPrioritizedTilesForTracing(
+ std::vector<PrioritizedTile>* prioritized_tiles) const;
virtual void AsValueInto(base::trace_event::TracedValue* dict) const;
virtual size_t GPUMemoryUsageInBytes() const;