[3.0] Version downgrade (1.2.0 to 1.1.45)
[platform/core/uifw/dali-core.git] / dali / internal / update / manager / process-render-tasks.h
index 3607e49..24df0ea 100644 (file)
@@ -2,7 +2,7 @@
 #define __DALI_INTERNAL_SCENE_GRAPH_PROCESS_RENDER_TASKS_H__
 
 /*
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2016 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.
@@ -26,7 +26,6 @@ namespace Dali
 {
 namespace Internal
 {
-class CompleteStatusManager;
 
 namespace SceneGraph
 {
@@ -35,10 +34,9 @@ class RenderTaskList;
 
 /**
  * Process the list of render-tasks; the output is a series of render instructions.
- * @note When ProcessRenderTasks is called, the layers should already the transparent/opaque attachments which are ready to render.
+ * @note When ProcessRenderTasks is called, the layers should already the transparent/opaque renderers which are ready to render.
  * If there is only one default render-task, then no further processing is required.
  * @param[in] updateBufferIndex The current update buffer index.
- * @param[in] completeStatusManager The resource complete state manager
  * @param[in] renderTasks The list of render-tasks.
  * @param[in] rootNode The root node of the scene-graph.
  * @param[in] sortedLayers The layers containing lists of opaque/transparent renderables.
@@ -46,7 +44,6 @@ class RenderTaskList;
  * @param[out] instructions The instructions for rendering the next frame.
  */
 void ProcessRenderTasks( BufferIndex updateBufferIndex,
-                         CompleteStatusManager& completeStatusManager,
                          RenderTaskList& renderTasks,
                          Layer& rootNode,
                          SortedLayerPointers& sortedLayers,