X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fupdate%2Fcommon%2Fanimatable-property.h;h=612af3f2e7f115914ff142da852cfb2c75a40225;hb=e3db7130bf8c89d8ca671bc3a42efcc7c5da2641;hp=949fec72e545e38b316f413beb4a72b72a405ee5;hpb=e7304225078a7a0052ffd21c6029870ab7d6421c;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/update/common/animatable-property.h b/dali/internal/update/common/animatable-property.h index 949fec7..612af3f 100644 --- a/dali/internal/update/common/animatable-property.h +++ b/dali/internal/update/common/animatable-property.h @@ -79,7 +79,7 @@ protected: // for derived classes /** * Flag that the property has been Set during the current frame. */ - void OnSet() + virtual void OnSet() { mDirtyFlags = SET_FLAG; } @@ -87,7 +87,7 @@ protected: // for derived classes /** * Flag that the property has been Baked during the current frame. */ - void OnBake() + virtual void OnBake() { mDirtyFlags = BAKED_FLAG; }