Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2686)

Unified Diff: Source/platform/graphics/test/MockWebGraphicsContext3D.h

Issue 216603004: Fix WebGLDebugShaders::getTranslatedShaderSource returning null (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/html/canvas/WebGLDebugShaders.cpp ('k') | public/platform/WebGraphicsContext3D.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/test/MockWebGraphicsContext3D.h
diff --git a/Source/platform/graphics/test/MockWebGraphicsContext3D.h b/Source/platform/graphics/test/MockWebGraphicsContext3D.h
index 162c7a9282ffcbd20a1093d7227a0df42efe6317..cd42b396f3ac631fb3b7d20e1d60f925544c7253 100644
--- a/Source/platform/graphics/test/MockWebGraphicsContext3D.h
+++ b/Source/platform/graphics/test/MockWebGraphicsContext3D.h
@@ -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;
« no previous file with comments | « Source/core/html/canvas/WebGLDebugShaders.cpp ('k') | public/platform/WebGraphicsContext3D.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698