Messages and ownership of update objects
[platform/core/uifw/dali-core.git] / dali / internal / update / common / scene-graph-property-buffer.h
@@ -27,6 +27,12 @@ namespace SceneGraph
 class PropertyBuffer
 {
 public:
+  //@todo MESH_REWORK Remove when we have working property buffers
+  static PropertyBuffer* NewQuadVertices();
+
+  //@todo MESH_REWORK Remove when we have working property buffers
+  static PropertyBuffer* NewQuadIndices();
+
   /**
    * Constructor
    */