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

Unified Diff: cc/output/direct_renderer.h

Issue 2944523002: Improving flat containers interface. (Closed)
Patch Set: Other platforms compilation 2. 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
« no previous file with comments | « base/test/move_only_int.h ('k') | cc/output/direct_renderer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/direct_renderer.h
diff --git a/cc/output/direct_renderer.h b/cc/output/direct_renderer.h
index d91d1e760f16396d75423a51c13b5ba271a787fd..161bf0d31615c57753f119fd6538dc04f95e9d66 100644
--- a/cc/output/direct_renderer.h
+++ b/cc/output/direct_renderer.h
@@ -56,7 +56,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);
« no previous file with comments | « base/test/move_only_int.h ('k') | cc/output/direct_renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698