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

Unified Diff: Source/core/html/canvas/WebGLRenderbuffer.h

Issue 17230006: Implement WEBGL_shared_resources Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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/WebGLProgram.idl ('k') | Source/core/html/canvas/WebGLRenderbuffer.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/canvas/WebGLRenderbuffer.h
diff --git a/Source/core/html/canvas/WebGLRenderbuffer.h b/Source/core/html/canvas/WebGLRenderbuffer.h
index b353004a33dbd19e6ade6ce4f529fd70694c3fd8..ab4e4b1326ade8eba1afb7dcb0255abdb1cfe3fe 100644
--- a/Source/core/html/canvas/WebGLRenderbuffer.h
+++ b/Source/core/html/canvas/WebGLRenderbuffer.h
@@ -72,6 +72,7 @@ protected:
private:
virtual bool isRenderbuffer() const { return true; }
+ virtual const char* typeName() const { return "WebGLRenderuffer"; }
GC3Denum m_internalFormat;
bool m_initialized;
« no previous file with comments | « Source/core/html/canvas/WebGLProgram.idl ('k') | Source/core/html/canvas/WebGLRenderbuffer.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698