Updates for const->constexpr
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / text / text-model.h
index 3230e47..5edb294 100755 (executable)
@@ -139,6 +139,16 @@ public:
   virtual const ColorIndex* const GetColorIndices() const override;
 
   /**
+   * @copydoc ModelInterface::GetBackgroundColors()
+   */
+  virtual const Vector4* const GetBackgroundColors() const override;
+
+  /**
+   * @copydoc ModelInterface::GetBackgroundColorIndices()
+   */
+  virtual const ColorIndex* const GetBackgroundColorIndices() const override;
+
+  /**
    * @copydoc ModelInterface::GetDefaultColor()
    */
   virtual const Vector4& GetDefaultColor() const override;