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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/platform/graphics/android/rendering/TilesManager.cpp b/Source/WebCore/platform/graphics/android/rendering/TilesManager.cpp
index 8a8a43b..8b9cfb6 100644
--- a/Source/WebCore/platform/graphics/android/rendering/TilesManager.cpp
+++ b/Source/WebCore/platform/graphics/android/rendering/TilesManager.cpp
@@ -530,7 +530,7 @@ SkBitmap* TilesManager::threadLocalBitmap()
{
pid_t localTid = androidGetTid();
for (int i = 0; i < NUM_TEXTURES_GENERATORS; i++) {
- if (localTid == m_textureGenerators[i]->getTid())
+ if (localTid == m_textureGenerators[i]->getLocalTid())
return m_textureGenerators[i]->bitmap();
}
return 0;