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

Unified Diff: mojo/examples/compositor_app/compositor_host.cc

Issue 634083002: gpu: Compositor management of GpuMemoryBuffer instances. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cc-pre-chromium-image-refactor
Patch Set: mac build fix Created 6 years, 2 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: mojo/examples/compositor_app/compositor_host.cc
diff --git a/mojo/examples/compositor_app/compositor_host.cc b/mojo/examples/compositor_app/compositor_host.cc
index 0cd6fb9f119b61356925298ab691c853bd4a2d79..302e5c1071995756ea846b67b445932ae238bd50 100644
--- a/mojo/examples/compositor_app/compositor_host.cc
+++ b/mojo/examples/compositor_app/compositor_host.cc
@@ -26,6 +26,7 @@ CompositorHost::CompositorHost(ScopedMessagePipeHandle command_buffer_handle)
tree_ = cc::LayerTreeHost::CreateThreaded(
this,
NULL,
+ NULL,
settings,
base::MessageLoopProxy::current(),
compositor_thread_.message_loop_proxy());

Powered by Google App Engine
This is Rietveld 408576698