Cleanup for removal of ImageAttributes from public API
[platform/core/uifw/dali-adaptor.git] / automated-tests / src / dali-platform-abstraction / utc-image-loading-common.h
index 41edfd8..4bec44b 100644 (file)
@@ -78,6 +78,7 @@ double GetTimeMilliseconds( Integration::PlatformAbstraction& abstraction )
 extern Integration::PlatformAbstraction * gAbstraction;
 
 /** A variety of ImageAttributes to reach different code paths that have embedded code paths. */
+typedef std::pair<ImageDimensions, std::pair<FittingMode::Type, std::pair<SamplingMode::Type, bool> > > ImageAttributes;
 extern std::vector<ImageAttributes> gCancelAttributes;