From: Adeel Kazmi Date: Wed, 14 Apr 2021 11:26:41 +0000 (+0100) Subject: Added a comment to explain FrameCallback behaviour X-Git-Tag: dali_2.0.22~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9ce393ae9e103af888fb49388a9566c07d9d8cdc;p=platform%2Fcore%2Fuifw%2Fdali-core.git Added a comment to explain FrameCallback behaviour Change-Id: I713da28a82794c23af3b83deeb84d762855fecaf --- diff --git a/dali/internal/update/manager/scene-graph-frame-callback.cpp b/dali/internal/update/manager/scene-graph-frame-callback.cpp index 1f69bc0..924e7e9 100644 --- a/dali/internal/update/manager/scene-graph-frame-callback.cpp +++ b/dali/internal/update/manager/scene-graph-frame-callback.cpp @@ -92,7 +92,7 @@ void FrameCallback::Invalidate() void FrameCallback::PropertyOwnerDestroyed(PropertyOwner& owner) { - mUpdateProxy.reset(); + mUpdateProxy.reset(); // Root node is being destroyed so no point keeping the update-proxy either Invalidate(); }