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

Unified Diff: cc/output/renderer.cc

Issue 404563005: Make RenderPass::Id an isolated class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: one more case in mojo 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
« no previous file with comments | « cc/output/renderer.h ('k') | cc/output/renderer_pixeltest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/renderer.cc
diff --git a/cc/output/renderer.cc b/cc/output/renderer.cc
index 2de463054b3661ef07abcc0c917d9f8d818d142d..2a330288bb48ce24251aef92db1f5bcebb28adec 100644
--- a/cc/output/renderer.cc
+++ b/cc/output/renderer.cc
@@ -4,9 +4,11 @@
#include "cc/output/renderer.h"
+#include "cc/quads/render_pass_id.h"
+
namespace cc {
-bool Renderer::HasAllocatedResourcesForTesting(RenderPass::Id id) const {
+bool Renderer::HasAllocatedResourcesForTesting(RenderPassId id) const {
return false;
}
« no previous file with comments | « cc/output/renderer.h ('k') | cc/output/renderer_pixeltest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698