| Index: Source/WebCore/platform/graphics/GraphicsContext3D.h
|
| diff --git a/Source/WebCore/platform/graphics/GraphicsContext3D.h b/Source/WebCore/platform/graphics/GraphicsContext3D.h
|
| index cb7427d877647efc8bcd5caa50311215c9c0b2f9..4380773ffcec30103a92c77201063f907ed271c9 100644
|
| --- a/Source/WebCore/platform/graphics/GraphicsContext3D.h
|
| +++ b/Source/WebCore/platform/graphics/GraphicsContext3D.h
|
| @@ -852,15 +852,11 @@ private:
|
| Vector<Vector<float> > m_vertexArray;
|
|
|
| GC3Duint m_texture;
|
| -#if !PLATFORM(BLACKBERRY)
|
| GC3Duint m_compositorTexture;
|
| -#endif
|
| GC3Duint m_fbo;
|
|
|
| -#if !PLATFORM(BLACKBERRY)
|
| GC3Duint m_depthBuffer;
|
| GC3Duint m_stencilBuffer;
|
| -#endif
|
| GC3Duint m_depthStencilBuffer;
|
|
|
| bool m_layerComposited;
|
| @@ -888,14 +884,8 @@ private:
|
| // Errors raised by synthesizeGLError().
|
| ListHashSet<GC3Denum> m_syntheticErrors;
|
|
|
| -#if PLATFORM(BLACKBERRY)
|
| - bool m_isImaginationHardware;
|
| -#endif
|
| -
|
| -#if !PLATFORM(BLACKBERRY)
|
| friend class GraphicsContext3DPrivate;
|
| OwnPtr<GraphicsContext3DPrivate> m_private;
|
| -#endif
|
| };
|
|
|
| } // namespace WebCore
|
|
|