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

Unified Diff: cc/output/direct_renderer.cc

Issue 334133002: cc: Support on demand raster with ganesh (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tests Created 6 years, 6 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 | « no previous file | cc/output/gl_renderer.cc » ('j') | cc/output/renderer.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/direct_renderer.cc
diff --git a/cc/output/direct_renderer.cc b/cc/output/direct_renderer.cc
index 08fe2571d3975654812554a20f120fa3223add85..78c3c5eafd8932f3540c00867a7f4f23ec31925a 100644
--- a/cc/output/direct_renderer.cc
+++ b/cc/output/direct_renderer.cc
@@ -416,6 +416,7 @@ bool DirectRenderer::UseRenderPass(DrawingFrame* frame,
}
void DirectRenderer::RunOnDemandRasterTask(Task* on_demand_raster_task) {
+ DCHECK(client_->UseTaskGraphRunnerForOnDemandRaster());
TaskGraphRunner* task_graph_runner = RasterWorkerPool::GetTaskGraphRunner();
DCHECK(task_graph_runner);
« no previous file with comments | « no previous file | cc/output/gl_renderer.cc » ('j') | cc/output/renderer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698