Merge "Fix the comments in CombinedUpdateRenderController" into devel/master
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 30 Jun 2017 09:18:15 +0000 (09:18 +0000)
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>
Fri, 30 Jun 2017 09:18:16 +0000 (09:18 +0000)
adaptors/base/combined-update-render/combined-update-render-controller.h

index 8cde53e..6f409cf 100644 (file)
@@ -195,7 +195,7 @@ private:
    * @param[out] useElapsedTime    If true when returned, then the actual elapsed time will be used for animation.
    *                               If false when returned, then there should NOT be any animation progression in the next Update.
    * @param[in]  updateRequired    Whether another update is required.
-   * @param[out] timeToSleepUntil  The time in nanoseconds to put the thread to sleep until.
+   * @param[out] timeToSleepUntil  The time remaining in nanoseconds to keep the thread sleeping before resuming.
    * @return false, if the thread should stop.
    */
   bool UpdateRenderReady( bool& useElapsedTime, bool updateRequired, uint64_t& timeToSleepUntil );