summaryrefslogtreecommitdiff
path: root/Source/WebCore/platform/graphics/cairo/TextureMapperCairo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/graphics/cairo/TextureMapperCairo.cpp')
-rw-r--r--Source/WebCore/platform/graphics/cairo/TextureMapperCairo.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/WebCore/platform/graphics/cairo/TextureMapperCairo.cpp b/Source/WebCore/platform/graphics/cairo/TextureMapperCairo.cpp
index 61d8b205b..e72951195 100644
--- a/Source/WebCore/platform/graphics/cairo/TextureMapperCairo.cpp
+++ b/Source/WebCore/platform/graphics/cairo/TextureMapperCairo.cpp
@@ -115,11 +115,6 @@ void TextureMapperCairo::drawTexture(const BitmapTexture& texture, const FloatRe
notImplemented();
}
-PassOwnPtr<TextureMapper> TextureMapper::create(GraphicsContext* context)
-{
- return adoptPtr(new TextureMapperCairo);
-}
-
PassRefPtr<BitmapTexture> TextureMapperCairo::createTexture()
{
return adoptRef(new BitmapTextureCairo());