add base type of enum to reduce class size. 31/245331/2
authorSubhransu Mohanty <sub.mohanty@samsung.com>
Wed, 7 Oct 2020 06:47:29 +0000 (15:47 +0900)
committerSubhransu Mohanty <sub.mohanty@samsung.com>
Thu, 8 Oct 2020 02:03:07 +0000 (11:03 +0900)
commita574c54cfc69361385f8b8d6ade4482a93324a86
tree5fc74d63b4431fdb1f5c33f45c3d5436c5a41718
parent60485bf8435e634b432fc4b18641d32f708be5e4
add  base type of enum to reduce class size.

with base type and structure packing the Animation class size reduced by 16byte.
Also added class member-initializer rather than updating default value in constructor.

Change-Id: I0153e8aefc6bb0128f185996389ba7d85f689049
dali/internal/event/animation/animation-impl.cpp
dali/internal/event/animation/animation-impl.h
dali/public-api/animation/animation.h