X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=dali%2Finternal%2Fupdate%2Fmanager%2Fupdate-algorithms.cpp;h=ead715418302a9e1f2461a980a109dc4e961dc92;hb=refs%2Fchanges%2F06%2F168606%2F1;hp=d7f9759b0174cc8cdd54f2903b84133a5afde049;hpb=c17d02729a43a3f76fff1d56ea2c9bb01a23d99a;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/update/manager/update-algorithms.cpp b/dali/internal/update/manager/update-algorithms.cpp index d7f9759..ead7154 100644 --- a/dali/internal/update/manager/update-algorithms.cpp +++ b/dali/internal/update/manager/update-algorithms.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016 Samsung Electronics Co., Ltd. + * Copyright (c) 2018 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. @@ -54,7 +54,6 @@ Debug::Filter* gUpdateFilter = Debug::Filter::New(Debug::Concise, false, "LOG_UP * Constrain the local properties of the PropertyOwner. * @param propertyOwner to constrain * @param updateBufferIndex buffer index to use - * @return The number of constraints that are still being applied */ void ConstrainPropertyOwner( PropertyOwner& propertyOwner, BufferIndex updateBufferIndex ) { @@ -109,7 +108,7 @@ inline int UpdateNodes( Node& node, Layer& currentLayer, int inheritedDrawMode ) { - //Apply constraints to the node + // Apply constraints to the node ConstrainPropertyOwner( node, updateBufferIndex ); // Short-circuit for invisible nodes