summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/TilesManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/graphics/android/TilesManager.h')
-rw-r--r--Source/WebCore/platform/graphics/android/TilesManager.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/WebCore/platform/graphics/android/TilesManager.h b/Source/WebCore/platform/graphics/android/TilesManager.h
index 3541422..8f0ac7f 100644
--- a/Source/WebCore/platform/graphics/android/TilesManager.h
+++ b/Source/WebCore/platform/graphics/android/TilesManager.h
@@ -66,11 +66,6 @@ public:
m_pixmapsGenerationThread->removeOperationsForPage(page);
}
- void removeOperationsForPainter(TilePainter* painter, bool waitForCompletion)
- {
- m_pixmapsGenerationThread->removeOperationsForPainter(painter, waitForCompletion);
- }
-
void removePaintOperationsForPage(TiledPage* page, bool waitForCompletion)
{
m_pixmapsGenerationThread->removePaintOperationsForPage(page, waitForCompletion);
@@ -90,8 +85,6 @@ public:
BaseTileTexture* getAvailableTexture(BaseTile* owner);
- void cleanupTilesTextures();
-
void markGeneratorAsReady()
{
{