lottie: refactor model class to remove visitor 54/188554/3
authorsubhransu mohanty <sub.mohanty@samsung.com>
Thu, 6 Sep 2018 04:45:17 +0000 (13:45 +0900)
committerYoungbok Shin <youngb.shin@samsung.com>
Thu, 6 Sep 2018 11:35:10 +0000 (11:35 +0000)
commit3611e1cc516864e34a59dc16d80004d0d05c9c70
tree3bc6914235c6b84365d998a2849faec7909723e1
parentacfadf70a4f93655ab64c440f7813cf777b3d7dd
lottie: refactor model class to remove visitor
now visitor class will use the lotnode->type to visit the tree
and all the model class don't have to pay the virtual pointer overhead.

Change-Id: Ie98d5e369c9f30c94222898849a6da5d0b82938c
src/lottie/lottieitem.cpp
src/lottie/lottiemodel.cpp
src/lottie/lottiemodel.h
src/lottie/lottieparser.cpp