Revert public API changes. BATCH property. 15/98115/5
authorVictor Cebollada <v.cebollada@samsung.com>
Wed, 16 Nov 2016 07:05:02 +0000 (07:05 +0000)
committerVictor Cebollada <v.cebollada@samsung.com>
Fri, 25 Nov 2016 07:38:29 +0000 (07:38 +0000)
* Use the BATCH property from the devel API.

Change-Id: Ic61771c4c27f08257c5d2619a38ca3c7f8524c1c
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
examples/homescreen-benchmark/homescreen-benchmark.cpp

index 3957954..4cc62ee 100644 (file)
@@ -17,6 +17,7 @@
 
 // EXTERNAL INCLUDES
 #include <dali-toolkit/dali-toolkit.h>
+#include <dali/devel-api/actors/actor-devel.h>
 #include <sstream>
 #include <iostream>
 
@@ -372,7 +373,7 @@ public:
 
       if( mConfig.mTableViewEnabled && mConfig.mBatchingEnabled )
       {
-        page.SetProperty( Actor::Property::BATCH_PARENT, true );
+        page.SetProperty( DevelActor::Property::BATCH_PARENT, true );
       }
     }