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

Unified Diff: Source/core/html/canvas/WebGLBuffer.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
Index: Source/core/html/canvas/WebGLBuffer.h
diff --git a/Source/core/html/canvas/WebGLBuffer.h b/Source/core/html/canvas/WebGLBuffer.h
index 4c7a470fb70db4318b6e7e14ac08f6e9907578b9..30e9c467b7d298a73813f239dd8b2a5209067154 100644
--- a/Source/core/html/canvas/WebGLBuffer.h
+++ b/Source/core/html/canvas/WebGLBuffer.h
@@ -53,6 +53,7 @@ protected:
private:
virtual bool isBuffer() const { return true; }
+ virtual const char* typeName() const { return "WebGLBuffer"; }
GC3Denum m_target;
};
« no previous file with comments | « Source/core/html/canvas/WebGLAcquireSharedResourceCallback.idl ('k') | Source/core/html/canvas/WebGLBuffer.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698