Index: cc/output/renderer.h |
diff --git a/cc/output/renderer.h b/cc/output/renderer.h |
index b6d0cd43cff7d1bbbca6825d118fb0eb583312e5..e39ab00a552dbc89af14f2e4da64dc59cdf60d29 100644 |
--- a/cc/output/renderer.h |
+++ b/cc/output/renderer.h |
@@ -51,7 +51,7 @@ class CC_EXPORT Renderer { |
virtual void DecideRenderPassAllocationsForFrame( |
const RenderPassList& render_passes_in_draw_order) {} |
- virtual bool HasAllocatedResourcesForTesting(RenderPass::Id id) const; |
+ virtual bool HasAllocatedResourcesForTesting(RenderPassId id) const; |
// This passes ownership of the render passes to the renderer. It should |
// consume them, and empty the list. The parameters here may change from frame |