Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / gpu / skia_bindings / gl_bindings_skia_cmd_buffer.cc
index 0cb5758..3b5460e 100644 (file)
@@ -40,7 +40,6 @@ GrGLInterface* CreateCommandBufferSkiaGLBinding() {
   functions->fCompileShader = glCompileShader;
   functions->fCompressedTexImage2D = glCompressedTexImage2D;
   functions->fCopyTexSubImage2D = glCopyTexSubImage2D;
-  functions->fCopyTextureCHROMIUM = glCopyTextureCHROMIUM;
   functions->fCreateProgram = glCreateProgram;
   functions->fCreateShader = glCreateShader;
   functions->fCullFace = glCullFace;
@@ -116,6 +115,9 @@ GrGLInterface* CreateCommandBufferSkiaGLBinding() {
   functions->fUnmapBufferSubData = glUnmapBufferSubDataCHROMIUM;
   functions->fUnmapTexSubImage2D = glUnmapTexSubImage2DCHROMIUM;
   functions->fUseProgram = glUseProgram;
+  functions->fVertexAttrib1f = glVertexAttrib1f;
+  functions->fVertexAttrib2fv = glVertexAttrib2fv;
+  functions->fVertexAttrib3fv = glVertexAttrib3fv;
   functions->fVertexAttrib4fv = glVertexAttrib4fv;
   functions->fVertexAttribPointer = glVertexAttribPointer;
   functions->fViewport = glViewport;