| Index: sky/engine/core/html/canvas/WebGLRenderingContextBase.cpp
|
| diff --git a/sky/engine/core/html/canvas/WebGLRenderingContextBase.cpp b/sky/engine/core/html/canvas/WebGLRenderingContextBase.cpp
|
| index 4ad6d0140edde9ffc7a4f12867a87ba250aae751..4281a83d98fe46281e3659d52a41c51119a2a9a5 100644
|
| --- a/sky/engine/core/html/canvas/WebGLRenderingContextBase.cpp
|
| +++ b/sky/engine/core/html/canvas/WebGLRenderingContextBase.cpp
|
| @@ -492,8 +492,8 @@ private:
|
| RawPtr<WebGLRenderingContextBase> m_context;
|
| };
|
|
|
| -class WebGLRenderingContextLostCallback final : public DummyBase<WebGLRenderingContextLostCallback>, public blink::WebGraphicsContext3D::WebGraphicsContextLostCallback {
|
| - WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED;
|
| +class WebGLRenderingContextLostCallback final : public blink::WebGraphicsContext3D::WebGraphicsContextLostCallback {
|
| + WTF_MAKE_FAST_ALLOCATED;
|
| public:
|
| static PassOwnPtr<WebGLRenderingContextLostCallback> create(WebGLRenderingContextBase* context)
|
| {
|
| @@ -516,8 +516,8 @@ private:
|
| RawPtr<WebGLRenderingContextBase> m_context;
|
| };
|
|
|
| -class WebGLRenderingContextErrorMessageCallback final : public DummyBase<WebGLRenderingContextErrorMessageCallback>, public blink::WebGraphicsContext3D::WebGraphicsErrorMessageCallback {
|
| - WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED;
|
| +class WebGLRenderingContextErrorMessageCallback final : public blink::WebGraphicsContext3D::WebGraphicsErrorMessageCallback {
|
| + WTF_MAKE_FAST_ALLOCATED;
|
| public:
|
| static PassOwnPtr<WebGLRenderingContextErrorMessageCallback> create(WebGLRenderingContextBase* context)
|
| {
|
|
|