Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(262)

Unified Diff: cc/output/renderer.h

Issue 404563005: Make RenderPass::Id an isolated class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698