| Index: sky/engine/core/html/canvas/WebGLContextObject.h
|
| diff --git a/sky/engine/core/html/canvas/WebGLContextObject.h b/sky/engine/core/html/canvas/WebGLContextObject.h
|
| index 48ebc553a3dce849ba07e53aef476f43cea167a3..0dfde2f8d310dca3e728dacd0e933ef58df4cb95 100644
|
| --- a/sky/engine/core/html/canvas/WebGLContextObject.h
|
| +++ b/sky/engine/core/html/canvas/WebGLContextObject.h
|
| @@ -52,8 +52,6 @@ public:
|
|
|
| void detachContext();
|
|
|
| - virtual void trace(Visitor*) override;
|
| -
|
| protected:
|
| explicit WebGLContextObject(WebGLRenderingContextBase*);
|
|
|
| @@ -65,7 +63,7 @@ protected:
|
| virtual blink::WebGraphicsContext3D* getAWebGraphicsContext3D() const override final;
|
|
|
| private:
|
| - RawPtr<WebGLRenderingContextBase> m_context;
|
| + WebGLRenderingContextBase* m_context;
|
| #if ENABLE(OILPAN)
|
| RefPtr<WebGLSharedWebGraphicsContext3D> m_sharedWebGraphicsContext3D;
|
| #endif
|
|
|