Index: cc/layers/layer.h |
diff --git a/cc/layers/layer.h b/cc/layers/layer.h |
index 2e72e63949ebe94e98ebaf9f934131de608366e3..9827f9b1c6268815284376b0e31d4734d8ae5352 100644 |
--- a/cc/layers/layer.h |
+++ b/cc/layers/layer.h |
@@ -40,6 +40,7 @@ class LayerImpl; |
class LayerTreeHost; |
class LayerTreeImpl; |
class PriorityCalculator; |
+class RenderingStatsInstrumentation; |
class ResourceUpdateQueue; |
class ScrollbarLayer; |
struct AnimationEvent; |
@@ -370,6 +371,8 @@ class CC_EXPORT Layer : public base::RefCounted<Layer>, |
bool NeedsDisplayForTesting() const { return needs_display_; } |
void ResetNeedsDisplayForTesting() { needs_display_ = false; } |
+ RenderingStatsInstrumentation* rendering_stats_instrumentation() const; |
+ |
protected: |
friend class LayerImpl; |
friend class TreeSynchronizer; |