[ATSPI] Add CalculateScreenExtents function
[platform/core/uifw/dali-core.git] / dali / devel-api / actors / actor-devel.cpp
index 9e89f7c..3f3b9ab 100644 (file)
@@ -25,6 +25,11 @@ namespace Dali
 namespace DevelActor
 {
 
+Rect<> CalculateScreenExtents( Actor actor )
+{
+  return GetImplementation( actor ).CalculateScreenExtents();
+}
+
 VisibilityChangedSignalType& VisibilityChangedSignal( Actor actor )
 {
   return GetImplementation( actor ).VisibilityChangedSignal();