summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/rendering/TilesManager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/graphics/android/rendering/TilesManager.cpp')
-rw-r--r--Source/WebCore/platform/graphics/android/rendering/TilesManager.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/Source/WebCore/platform/graphics/android/rendering/TilesManager.cpp b/Source/WebCore/platform/graphics/android/rendering/TilesManager.cpp
index 8b9cfb6..e584b81 100644
--- a/Source/WebCore/platform/graphics/android/rendering/TilesManager.cpp
+++ b/Source/WebCore/platform/graphics/android/rendering/TilesManager.cpp
@@ -526,17 +526,6 @@ void TilesManager::scheduleOperation(QueuedOperation* operation)
m_textureGenerators[m_scheduleThread]->scheduleOperation(operation);
}
-SkBitmap* TilesManager::threadLocalBitmap()
-{
- pid_t localTid = androidGetTid();
- for (int i = 0; i < NUM_TEXTURES_GENERATORS; i++) {
- if (localTid == m_textureGenerators[i]->getLocalTid())
- return m_textureGenerators[i]->bitmap();
- }
- return 0;
-}
-
-
int TilesManager::tileWidth()
{
return TILE_WIDTH;