diff options
Diffstat (limited to 'ppapi/proxy/ppb_opengles2_proxy.cc')
-rw-r--r-- | ppapi/proxy/ppb_opengles2_proxy.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/proxy/ppb_opengles2_proxy.cc b/ppapi/proxy/ppb_opengles2_proxy.cc index af22cf0..9516678 100644 --- a/ppapi/proxy/ppb_opengles2_proxy.cc +++ b/ppapi/proxy/ppb_opengles2_proxy.cc @@ -28,7 +28,7 @@ PPB_OpenGLES2_Proxy::~PPB_OpenGLES2_Proxy() { const InterfaceProxy::Info* PPB_OpenGLES2_Proxy::GetInfo() { static const Info info = { ppapi::OpenGLES2Impl::GetInterface(), - PPB_OPENGLES2_DEV_INTERFACE, + PPB_OPENGLES2_INTERFACE, INTERFACE_ID_PPB_OPENGLES2, false, &CreateOpenGLES2Proxy, |