Merge "Revert public API changes. BATCH property." into devel/master
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 25 Nov 2016 13:51:38 +0000 (05:51 -0800)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Fri, 25 Nov 2016 13:51:38 +0000 (05:51 -0800)
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 );
       }
     }