summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/clutter/GraphicsContext3DClutter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/graphics/clutter/GraphicsContext3DClutter.cpp')
-rw-r--r--Source/WebCore/platform/graphics/clutter/GraphicsContext3DClutter.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/WebCore/platform/graphics/clutter/GraphicsContext3DClutter.cpp b/Source/WebCore/platform/graphics/clutter/GraphicsContext3DClutter.cpp
index abfbd47e6..7df1ee92d 100644
--- a/Source/WebCore/platform/graphics/clutter/GraphicsContext3DClutter.cpp
+++ b/Source/WebCore/platform/graphics/clutter/GraphicsContext3DClutter.cpp
@@ -56,11 +56,6 @@ GraphicsContext3D::~GraphicsContext3D()
notImplemented();
}
-void GraphicsContext3D::releaseShaderCompiler()
-{
- notImplemented();
-}
-
bool GraphicsContext3D::getImageData(Image* image, unsigned int format, unsigned int type, bool premultiplyAlpha, bool ignoreGammaAndColorProfile, Vector<uint8_t>& outputVector)
{
notImplemented();