Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / cc / test / test_web_graphics_context_3d.cc
index 25517d1..e1e0f40 100644 (file)
@@ -439,6 +439,12 @@ void TestWebGraphicsContext3D::genMailboxCHROMIUM(GLbyte* mailbox) {
   }
 }
 
+GLuint TestWebGraphicsContext3D::createAndConsumeTextureCHROMIUM(
+    GLenum target,
+    const GLbyte* mailbox) {
+  return createTexture();
+}
+
 void TestWebGraphicsContext3D::loseContextCHROMIUM(GLenum current,
                                                    GLenum other) {
   if (context_lost_)