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

Unified Diff: mojo/gpu/gl_context.cc

Issue 2034383003: Removed exposed_services from mojom definitions. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 6 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 | « mojo/go/tests/application_impl_test.go ('k') | mojo/public/cpp/application/application_impl_base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/gpu/gl_context.cc
diff --git a/mojo/gpu/gl_context.cc b/mojo/gpu/gl_context.cc
index ec0e62dc65c2fed44d3f7704b08c82d0d0d22d8a..82f887b5534e167ad77de7f7742e6d08892153bb 100644
--- a/mojo/gpu/gl_context.cc
+++ b/mojo/gpu/gl_context.cc
@@ -29,7 +29,7 @@ scoped_refptr<GLContext> GLContext::CreateOffscreen(
ApplicationConnector* connector) {
ServiceProviderPtr native_viewport;
connector->ConnectToApplication("mojo:native_viewport_service",
- GetProxy(&native_viewport), nullptr);
+ GetProxy(&native_viewport));
GpuPtr gpu_service;
ConnectToService(native_viewport.get(), GetProxy(&gpu_service));
InterfaceHandle<CommandBuffer> command_buffer;
« no previous file with comments | « mojo/go/tests/application_impl_test.go ('k') | mojo/public/cpp/application/application_impl_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698