lottie/raster: remove Const qualifier from VPath parameters 75/185775/1
authorYoungbok Shin <youngb.shin@samsung.com>
Thu, 2 Aug 2018 07:59:59 +0000 (16:59 +0900)
committerYoungbok Shin <youngb.shin@samsung.com>
Thu, 2 Aug 2018 07:59:59 +0000 (16:59 +0900)
commite8cb8100e656e5ac851d38ee8ccd95d40a6e7937
tree589482871cc6fdb28a31512742451aa7ead2084a
parentd0d3f3649326034f19c767dcd5a7466844bbcc64
lottie/raster: remove Const qualifier from VPath parameters

The given VPath should be moved by std::move.
The std:move only work as our purpose when it is non-const variable.
And it also fix a crash issue when its path is not changed, but its other properties are changed.

Change-Id: I4135066f99c0eed07e033c368dc4b60e6703ca37
src/lottie/lottieitem.cpp
src/vector/vraster.cpp
src/vector/vraster.h