Fix possible error if negative grid columns set
[platform/core/uifw/dali-toolkit.git] / automated-tests / src / dali-toolkit / custom-layout.cpp
index 4a85014..8060840 100644 (file)
@@ -43,4 +43,20 @@ void CustomLayout::RequestLayout()
 {
   GetImplementation( *this ).RequestLayout();
 }
+
+void CustomLayout::SetCustomBehaviourFlag( int flag )
+{
+  GetImplementation(*this).SetCustomBehaviourFlag( flag );
+}
+
+bool CustomLayout::GetCustomBehaviourFlags( int flagToCheck )
+{
+  return GetImplementation(*this).GetCustomBehaviourFlags( flagToCheck );
+}
+
+void CustomLayout::ClearPrivateFlag( int flag )
+{
+  return GetImplementation(*this).ClearPrivateFlag( flag );
+}
+
 } // namespace Test