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

Unified Diff: cc/output/direct_renderer.h

Issue 2944523002: Improving flat containers interface. (Closed)
Patch Set: Minimizing target_auto_attacher diff Created 3 years, 5 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/direct_renderer.h
diff --git a/cc/output/direct_renderer.h b/cc/output/direct_renderer.h
index d2656577ecdfa2408ae641a083a55d4ea69e1a9b..423393be650bd5083309a6382b3e474d38962bc5 100644
--- a/cc/output/direct_renderer.h
+++ b/cc/output/direct_renderer.h
@@ -53,7 +53,7 @@ class CC_EXPORT DirectRenderer {
void SetVisible(bool visible);
void DecideRenderPassAllocationsForFrame(
const RenderPassList& render_passes_in_draw_order);
- bool HasAllocatedResourcesForTesting(int render_pass_id) const;
+ bool HasAllocatedResourcesForTesting(RenderPassId render_pass_id) const;
void DrawFrame(RenderPassList* render_passes_in_draw_order,
float device_scale_factor,
const gfx::Size& device_viewport_size);

Powered by Google App Engine
This is Rietveld 408576698