Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / graphics / test / MockWebGraphicsContext3D.h
index 162c7a9..cd42b39 100644 (file)
@@ -284,6 +284,8 @@ public:
     virtual void getQueryivEXT(GLenum, GLenum, GLint*) { }
     virtual void getQueryObjectuivEXT(WebGLId, GLenum, GLuint*) { }
 
+    virtual WebString getTranslatedShaderSourceANGLE(WebGLId) { return WebString(); }
+
 protected:
     unsigned m_nextTextureId;
     Attributes m_attrs;