summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/TiledTexture.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/graphics/android/TiledTexture.h')
-rw-r--r--Source/WebCore/platform/graphics/android/TiledTexture.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/WebCore/platform/graphics/android/TiledTexture.h b/Source/WebCore/platform/graphics/android/TiledTexture.h
index 206961b..c6e9e09 100644
--- a/Source/WebCore/platform/graphics/android/TiledTexture.h
+++ b/Source/WebCore/platform/graphics/android/TiledTexture.h
@@ -80,7 +80,6 @@ public:
// TilePainter methods
bool paint(BaseTile* tile, SkCanvas*, unsigned int*);
- virtual void paintExtra(SkCanvas*);
virtual const TransformationMatrix* transform();
float scale() { return m_scale; }