Merge "Fixed the case when the new program is not set whe GLES Context Flush() is...
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Tue, 8 Jun 2021 14:21:59 +0000 (14:21 +0000)
committerGerrit Code Review <gerrit@review>
Tue, 8 Jun 2021 14:21:59 +0000 (14:21 +0000)
dali/internal/canvas-renderer/common/drawable-group-impl.cpp
dali/internal/canvas-renderer/common/drawable-group-impl.h

index 01109ae..53ec50e 100644 (file)
@@ -40,7 +40,7 @@ bool DrawableGroup::Clear()
 
 DrawableGroup::DrawableVector DrawableGroup::GetDrawables() const
 {
-  return DrawableVector();
+  return DrawableGroup::DrawableVector();
 }
 
 } // namespace Adaptor
index 4e56e87..cfd62a2 100644 (file)
@@ -20,6 +20,7 @@
 
 // EXTERNAL INCLUDES
 #include <dali/public-api/object/base-object.h>
+#include <vector>
 
 // INTERNAL INCLUDES
 #include <dali/devel-api/adaptor-framework/canvas-renderer-drawable-group.h>