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

Unified Diff: content/browser/renderer_host/compositor_impl_android.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: content/browser/renderer_host/compositor_impl_android.cc
diff --git a/content/browser/renderer_host/compositor_impl_android.cc b/content/browser/renderer_host/compositor_impl_android.cc
index e1edf05744ec00746bf147981d2ddb680fb96c20..7e44074e9339a36be4b0f8bada451968d28687b8 100644
--- a/content/browser/renderer_host/compositor_impl_android.cc
+++ b/content/browser/renderer_host/compositor_impl_android.cc
@@ -413,6 +413,7 @@ void CompositorImpl::CreateLayerTreeHost() {
BrowserGpuMemoryBufferManager::current(),
settings,
base::MessageLoopProxy::current(),
+ nullptr,
nullptr);
host_->SetRootLayer(root_layer_);

Powered by Google App Engine
This is Rietveld 408576698