summaryrefslogtreecommitdiff
path: root/Source/WebKit/blackberry/WebKitSupport/GLES2Context.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/blackberry/WebKitSupport/GLES2Context.h')
-rw-r--r--Source/WebKit/blackberry/WebKitSupport/GLES2Context.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/WebKit/blackberry/WebKitSupport/GLES2Context.h b/Source/WebKit/blackberry/WebKitSupport/GLES2Context.h
index ce7e84694..7178ec015 100644
--- a/Source/WebKit/blackberry/WebKitSupport/GLES2Context.h
+++ b/Source/WebKit/blackberry/WebKitSupport/GLES2Context.h
@@ -40,7 +40,6 @@
namespace BlackBerry {
namespace WebKit {
-class BackingStoreCompositingSurface;
class WebPagePrivate;
class GLES2Context : public Platform::Graphics::GLES2Context {
@@ -54,7 +53,6 @@ public:
private:
GLES2Context(WebPagePrivate*);
- BackingStoreCompositingSurface* compositingSurface() const;
Platform::Graphics::Buffer* buffer() const;
Platform::Graphics::Window* m_window;