summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/TexturesGenerator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/graphics/android/TexturesGenerator.cpp')
-rw-r--r--Source/WebCore/platform/graphics/android/TexturesGenerator.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/WebCore/platform/graphics/android/TexturesGenerator.cpp b/Source/WebCore/platform/graphics/android/TexturesGenerator.cpp
index 9780336..3f7d6a3 100644
--- a/Source/WebCore/platform/graphics/android/TexturesGenerator.cpp
+++ b/Source/WebCore/platform/graphics/android/TexturesGenerator.cpp
@@ -70,11 +70,6 @@ void TexturesGenerator::removePaintOperationsForPage(TiledPage* page, bool waitF
removeOperationsForFilter(new PagePaintFilter(page), waitForRunning);
}
-void TexturesGenerator::removeOperationsForPainter(TilePainter* painter, bool waitForRunning)
-{
- removeOperationsForFilter(new TilePainterFilter(painter), waitForRunning);
-}
-
void TexturesGenerator::removeOperationsForFilter(OperationFilter* filter)
{
removeOperationsForFilter(filter, true);