Index: third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h |
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h |
index f1634335890d30b9660e505ba873b80c4cf69d24..73bbe090b2905cdcdd281d491ed3868cd1b65a02 100644 |
--- a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h |
+++ b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h |
@@ -577,6 +577,8 @@ class MODULES_EXPORT WebGLRenderingContextBase : public CanvasRenderingContext { |
DECLARE_EAGER_FINALIZATION_OPERATOR_NEW(); |
DECLARE_VIRTUAL_TRACE(); |
+ DECLARE_VIRTUAL_TRACE_WRAPPERS(); |
+ |
// Returns approximate gpu memory allocated per pixel. |
int externallyAllocatedBytesPerPixel() override; |