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

Unified Diff: mandoline/ui/aura/surface_binding.cc

Issue 1127293003: Update mojo sdk to rev f84766d3b6420b7cf6a113d9d65d73cb5fe18d90 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: formatting Created 5 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 | « components/surfaces/display_impl.cc ('k') | mojo/android/javatests/AndroidManifest.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mandoline/ui/aura/surface_binding.cc
diff --git a/mandoline/ui/aura/surface_binding.cc b/mandoline/ui/aura/surface_binding.cc
index 2d6540cf7a06b6daf4355c4b44ab60b197f22e80..e7c8013a319070ef3c2039ab589f4b50470d8b93 100644
--- a/mandoline/ui/aura/surface_binding.cc
+++ b/mandoline/ui/aura/surface_binding.cc
@@ -174,7 +174,7 @@ SurfaceBinding::PerViewManagerState::CreateOutputSurface(mojo::View* view) {
mojo::CommandBufferPtr cb;
gpu_->CreateOffscreenGLES2Context(GetProxy(&cb));
scoped_refptr<cc::ContextProvider> context_provider(
- new mojo::ContextProviderMojo(cb.PassMessagePipe()));
+ new mojo::ContextProviderMojo(cb.PassInterface().PassHandle()));
return make_scoped_ptr(new OutputSurfaceImpl(
view, context_provider, surface_.get(), id_namespace_, &next_local_id_));
}
« no previous file with comments | « components/surfaces/display_impl.cc ('k') | mojo/android/javatests/AndroidManifest.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698