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

Unified Diff: ui/compositor/compositor.cc

Issue 845393002: cc: Create ProxyBeginFrameSource (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years, 11 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: ui/compositor/compositor.cc
diff --git a/ui/compositor/compositor.cc b/ui/compositor/compositor.cc
index faa70b11adcbde045f86b358d95140f3b1639318..c9ca3e4d48fb39d1ffb171db39e660813b0f8df5 100644
--- a/ui/compositor/compositor.cc
+++ b/ui/compositor/compositor.cc
@@ -160,6 +160,7 @@ Compositor::Compositor(gfx::AcceleratedWidget widget,
context_factory_->GetGpuMemoryBufferManager(),
settings,
task_runner_,
+ nullptr,
nullptr);
}
UMA_HISTOGRAM_TIMES("GPU.CreateBrowserCompositor",
« cc/scheduler/begin_frame_source.h ('K') | « content/test/web_layer_tree_view_impl_for_testing.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698