Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(203)

Unified Diff: Source/WebCore/platform/graphics/GraphicsContext3D.h

Issue 13687007: Remove PLATFORM(BLACKBERRY) support. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698