Chromium Code Reviews| Index: Source/core/html/canvas/WebGLTexture.h |
| diff --git a/Source/core/html/canvas/WebGLTexture.h b/Source/core/html/canvas/WebGLTexture.h |
| index 9b79082ad80e7b7e092353e1e8dd0108c8c85c4c..34e92b096b3c2bc8f1d80f1ba2b93af3e7a57d8d 100644 |
| --- a/Source/core/html/canvas/WebGLTexture.h |
| +++ b/Source/core/html/canvas/WebGLTexture.h |
| @@ -110,6 +110,7 @@ private: |
| }; |
| virtual bool isTexture() const { return true; } |
| + virtual const char* typeName() const { return "WebGLTexture"; } |
| void update(); |