diff options
Diffstat (limited to 'ppapi/proxy/resource_creation_proxy.cc')
-rw-r--r-- | ppapi/proxy/resource_creation_proxy.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/proxy/resource_creation_proxy.cc b/ppapi/proxy/resource_creation_proxy.cc index b340eca..f3ee425 100644 --- a/ppapi/proxy/resource_creation_proxy.cc +++ b/ppapi/proxy/resource_creation_proxy.cc @@ -287,7 +287,7 @@ PP_Resource ResourceCreationProxy::CreateSurface3D( PP_Resource ResourceCreationProxy::CreateTransport(PP_Instance instance, const char* name, - PP_TransportType type) { + const char* proto) { NOTIMPLEMENTED(); // Not proxied yet. return 0; } |