Purge underscored header file barriers
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / text / rendering / vector-based / vector-based-renderer.h
index 9d95655..4a7e75b 100644 (file)
@@ -1,8 +1,8 @@
-#ifndef __DALI_TOOLKIT_TEXT_VECTOR_BASED_RENDERER_H__
-#define __DALI_TOOLKIT_TEXT_VECTOR_BASED_RENDERER_H__
+#ifndef DALI_TOOLKIT_TEXT_VECTOR_BASED_RENDERER_H
+#define DALI_TOOLKIT_TEXT_VECTOR_BASED_RENDERER_H
 
 /*
- * Copyright (c) 2016 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2019 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -47,6 +47,8 @@ public:
    * @copydoc Renderer::Render()
    */
   virtual Actor Render( ViewInterface& view,
+                        Actor textControl,  // Functionality not supported but defined in interface
+                        Property::Index animatablePropertyIndex, // Functionality not supported but defined in interface
                         float& alignmentOffset,
                         int depth );
 
@@ -82,4 +84,4 @@ private:
 
 } // namespace Dali
 
-#endif // __DALI_TOOLKIT_TEXT_VECTOR_BASED_RENDERER_H__
+#endif // DALI_TOOLKIT_TEXT_VECTOR_BASED_RENDERER_H