| Index: Source/core/html/canvas/WebGLContextObject.h
|
| diff --git a/Source/core/html/canvas/WebGLContextObject.h b/Source/core/html/canvas/WebGLContextObject.h
|
| index 068daca95119e4f03c301a81cf6c6be7a3d7fc00..e64e0e25319b02e41ad4a007eb62d2c1f1e653f5 100644
|
| --- a/Source/core/html/canvas/WebGLContextObject.h
|
| +++ b/Source/core/html/canvas/WebGLContextObject.h
|
| @@ -35,7 +35,6 @@ class WebGraphicsContext3D;
|
| namespace blink {
|
|
|
| class WebGLRenderingContextBase;
|
| -class WebGLSharedWebGraphicsContext3D;
|
|
|
| // WebGLContextObject the base class for objects that are owned by a specific
|
| // WebGLRenderingContextBase.
|
| @@ -66,9 +65,6 @@ protected:
|
|
|
| private:
|
| RawPtrWillBeMember<WebGLRenderingContextBase> m_context;
|
| -#if ENABLE(OILPAN)
|
| - RefPtr<WebGLSharedWebGraphicsContext3D> m_sharedWebGraphicsContext3D;
|
| -#endif
|
| };
|
|
|
| } // namespace blink
|
|
|