| Index: webkit/plugins/ppapi/ppb_opengles_impl.cc
|
| ===================================================================
|
| --- webkit/plugins/ppapi/ppb_opengles_impl.cc (revision 92876)
|
| +++ webkit/plugins/ppapi/ppb_opengles_impl.cc (working copy)
|
| @@ -748,15 +748,7 @@
|
| GetGLES(context_id)->Viewport(x, y, width, height);
|
| }
|
|
|
| -void SetLatchCHROMIUM(PP_Resource context_id, GLuint latch_id) {
|
| - GetGLES(context_id)->SetLatchCHROMIUM(latch_id);
|
| -}
|
|
|
| -void WaitLatchCHROMIUM(PP_Resource context_id, GLuint latch_id) {
|
| - GetGLES(context_id)->WaitLatchCHROMIUM(latch_id);
|
| -}
|
| -
|
| -
|
| const struct PPB_OpenGLES2_Dev ppb_opengles2 = {
|
| &ActiveTexture,
|
| &AttachShader,
|
|
|