| Index: Source/core/html/canvas/WebGLRenderingContext.h
|
| diff --git a/Source/core/html/canvas/WebGLRenderingContext.h b/Source/core/html/canvas/WebGLRenderingContext.h
|
| index 5c0bb6573cfda060ca39d0a3f9d1b097b2eeab85..3331cb345c6db6edc1bafa1a9c9423765f9f6a0a 100644
|
| --- a/Source/core/html/canvas/WebGLRenderingContext.h
|
| +++ b/Source/core/html/canvas/WebGLRenderingContext.h
|
| @@ -385,8 +385,6 @@ public:
|
|
|
| WebGLRenderbuffer* ensureEmulatedStencilBuffer(GLenum target, WebGLRenderbuffer*);
|
|
|
| -
|
| -
|
| OwnPtr<blink::WebGraphicsContext3D> m_context;
|
| RefPtr<GraphicsContext3D> m_contextSupport;
|
| RefPtr<WebGLContextGroup> m_contextGroup;
|
|
|