Chromium Code Reviews| Index: sky/engine/core/html/canvas/WebGLExtension.h |
| diff --git a/sky/engine/core/html/canvas/WebGLExtension.h b/sky/engine/core/html/canvas/WebGLExtension.h |
| index 4fd5f722eb374297b0ab843037c5cf9081d4ef8a..a48fffd61fadf8dca0e0825a43e68f044dd67f0f 100644 |
| --- a/sky/engine/core/html/canvas/WebGLExtension.h |
| +++ b/sky/engine/core/html/canvas/WebGLExtension.h |
| @@ -54,8 +54,6 @@ public: |
| return !m_context; |
| } |
| - virtual void trace(Visitor*); |
| - |
| protected: |
| explicit WebGLExtension(WebGLRenderingContextBase*); |