Changes following "Remove Sampler scene object"
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / atlas-manager / atlas-manager.cpp
index 849b27d..987f1f1 100644 (file)
@@ -130,9 +130,9 @@ Material AtlasManager::GetMaterial( AtlasId atlas ) const
   return GetImplementation(*this).GetMaterial( atlas );
 }
 
-Sampler AtlasManager::GetSampler( AtlasId atlas ) const
+Image AtlasManager::GetImage( AtlasId atlas ) const
 {
-  return GetImplementation(*this).GetSampler( atlas );
+  return GetImplementation(*this).GetImage( atlas );
 }
 
 } // namespace Toolkit