Changes following "Remove Sampler scene object"
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / text / rendering / atlas / atlas-glyph-manager-impl.cpp
index 3841229..92c5b42 100644 (file)
@@ -263,9 +263,9 @@ Material AtlasGlyphManager::GetMaterial( uint32_t atlasId ) const
   return mAtlasManager.GetMaterial( atlasId );
 }
 
-Sampler AtlasGlyphManager::GetSampler( uint32_t atlasId ) const
+Image AtlasGlyphManager::GetImage( uint32_t atlasId ) const
 {
-  return mAtlasManager.GetSampler( atlasId );
+  return mAtlasManager.GetImage( atlasId );
 }
 
 AtlasGlyphManager::~AtlasGlyphManager()