diff options
Diffstat (limited to 'Source/WebKit/blackberry/WebKitSupport/GLES2Context.h')
-rw-r--r-- | Source/WebKit/blackberry/WebKitSupport/GLES2Context.h | 2 |
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; |