| Index: Source/WebCore/platform/graphics/OpenGLESShims.h
|
| diff --git a/Source/WebCore/platform/graphics/OpenGLESShims.h b/Source/WebCore/platform/graphics/OpenGLESShims.h
|
| index bcaf855ea6e0c0da4b90fd6ab83d3cdf98c504e7..974eb4fe97b8c21f6ef50b14818ab529c7dfc3c8 100644
|
| --- a/Source/WebCore/platform/graphics/OpenGLESShims.h
|
| +++ b/Source/WebCore/platform/graphics/OpenGLESShims.h
|
| @@ -26,7 +26,7 @@
|
| #ifndef OpenGLESShims_h
|
| #define OpenGLESShims_h
|
|
|
| -#if PLATFORM(BLACKBERRY) || PLATFORM(QT) || PLATFORM(GTK)
|
| +#if PLATFORM(QT) || PLATFORM(GTK)
|
| #define glBindFramebufferEXT glBindFramebuffer
|
| #define glFramebufferTexture2DEXT glFramebufferTexture2D
|
| #define glBindRenderbufferEXT glBindRenderbuffer
|
| @@ -54,7 +54,7 @@
|
| #define GL_READ_FRAMEBUFFER_EXT 0x8CA8
|
| #define GL_DRAW_FRAMEBUFFER_EXT 0x8CA9
|
| #define FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT 0x9134
|
| -#endif // PLATFORM(BLACKBERRY)
|
| +#endif // PLATFORM(QT) || PLATFORM(GTK)
|
|
|
| #endif // OpenGLESShims_h
|
|
|
|
|