From: Victor Cebollada Date: Wed, 16 Nov 2016 07:05:02 +0000 (+0000) Subject: Revert public API changes. BATCH property. X-Git-Tag: dali_1.2.17~6^2 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-demo.git;a=commitdiff_plain;h=9c07eea9b135baf8b85b1096fccedf4cf1711bd5 Revert public API changes. BATCH property. * Use the BATCH property from the devel API. Change-Id: Ic61771c4c27f08257c5d2619a38ca3c7f8524c1c Signed-off-by: Victor Cebollada --- diff --git a/examples/homescreen-benchmark/homescreen-benchmark.cpp b/examples/homescreen-benchmark/homescreen-benchmark.cpp index 3957954..4cc62ee 100644 --- a/examples/homescreen-benchmark/homescreen-benchmark.cpp +++ b/examples/homescreen-benchmark/homescreen-benchmark.cpp @@ -17,6 +17,7 @@ // EXTERNAL INCLUDES #include +#include #include #include @@ -372,7 +373,7 @@ public: if( mConfig.mTableViewEnabled && mConfig.mBatchingEnabled ) { - page.SetProperty( Actor::Property::BATCH_PARENT, true ); + page.SetProperty( DevelActor::Property::BATCH_PARENT, true ); } }