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

Unified Diff: services/gfx/compositor/backend/gpu_output.cc

Issue 1997513002: Mozart: Generalize frame scheduling. (Closed) Base URL: git@github.com:domokit/mojo.git@moz-jank2
Patch Set: add comments Created 4 years, 7 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 | « services/gfx/compositor/BUILD.gn ('k') | services/gfx/compositor/compositor_engine.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/gfx/compositor/backend/gpu_output.cc
diff --git a/services/gfx/compositor/backend/gpu_output.cc b/services/gfx/compositor/backend/gpu_output.cc
index cca044b12198c99fc855b68bf78539b9cd0a4fbe..3db57fe74fb355342aa45149529bb6041cd53b89 100644
--- a/services/gfx/compositor/backend/gpu_output.cc
+++ b/services/gfx/compositor/backend/gpu_output.cc
@@ -35,6 +35,7 @@ GpuOutput::GpuOutput(
: compositor_task_runner_(base::MessageLoop::current()->task_runner()),
vsync_scheduler_(
new VsyncScheduler(compositor_task_runner_, scheduler_callbacks)),
+ error_callback_(error_callback),
rasterizer_thread_(new base::Thread("gpu_rasterizer")),
rasterizer_initialized_(true, false) {
DCHECK(context_provider);
« no previous file with comments | « services/gfx/compositor/BUILD.gn ('k') | services/gfx/compositor/compositor_engine.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698