Make TextureSet a non property owner
[platform/core/uifw/dali-core.git] / dali / internal / update / rendering / scene-graph-renderer.h
index 9311b3f..03af729 100644 (file)
@@ -215,6 +215,10 @@ public:
     return mReferenceCount > 0;
   }
 
+  /**
+   * Called by the TextureSet to notify to the renderer that it has changed
+   */
+  void TextureSetChanged();
 
 public: // Implementation of ObjectOwnerContainer template methods
   /**