| Index: sky/engine/core/html/canvas/WebGLObject.h
|
| diff --git a/sky/engine/core/html/canvas/WebGLObject.h b/sky/engine/core/html/canvas/WebGLObject.h
|
| index c0549187e6aa7589589cde426446713d63df3b06..cf648d0f28d36fc54adfd1406495c44d04bcc6d2 100644
|
| --- a/sky/engine/core/html/canvas/WebGLObject.h
|
| +++ b/sky/engine/core/html/canvas/WebGLObject.h
|
| @@ -61,8 +61,6 @@ public:
|
| // True if this object belongs to the group or context.
|
| virtual bool validate(const WebGLContextGroup*, const WebGLRenderingContextBase*) const = 0;
|
|
|
| - virtual void trace(Visitor*) { }
|
| -
|
| protected:
|
| explicit WebGLObject(WebGLRenderingContextBase*);
|
|
|
|
|