X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=examples%2Fhomescreen-benchmark%2Fhomescreen-benchmark.cpp;h=8e04e4485612fc7d065b6ddb04187d643c6d582c;hb=799c9609fbd3526e10f180537d35c9391163ff04;hp=17ff08e59d2a54a2477a0016f9695cb6194efac1;hpb=a209b08efcae2a931cf49df65b44577bcff04872;p=platform%2Fcore%2Fuifw%2Fdali-demo.git diff --git a/examples/homescreen-benchmark/homescreen-benchmark.cpp b/examples/homescreen-benchmark/homescreen-benchmark.cpp index 17ff08e..8e04e44 100644 --- a/examples/homescreen-benchmark/homescreen-benchmark.cpp +++ b/examples/homescreen-benchmark/homescreen-benchmark.cpp @@ -248,10 +248,10 @@ public: Property::Map map; std::stringstream imagePath; imagePath << IMAGE_PATH_PREFIX << currentIconIndex << IMAGE_PATH_POSTFIX; - map[ Dali::Toolkit::BatchImageVisual::Property::URL ] = imagePath.str(); + map[ Dali::Toolkit::ImageVisual::Property::URL ] = imagePath.str(); // Enable/disable batching - map[ Toolkit::Visual::Property::BATCHING_ENABLED ] = mConfig.mBatchingEnabled; + map[ Toolkit::ImageVisual::Property::BATCHING_ENABLED ] = mConfig.mBatchingEnabled; imageView.SetProperty( Toolkit::ImageView::Property::IMAGE, map ); imageView.SetResizePolicy( ResizePolicy::SIZE_RELATIVE_TO_PARENT, Dimension::ALL_DIMENSIONS );