efl_canvas_animation: reply on the correct API
authorMarcel Hollerbach <mail@marcel-hollerbach.de>
Mon, 29 Apr 2019 09:11:10 +0000 (11:11 +0200)
committerJunsuChoi <jsuya.choi@samsung.com>
Thu, 30 May 2019 08:17:50 +0000 (17:17 +0900)
commit9bbd0724686a757658d5c65bc73865345f44bf91
tree9a32b27f3ddf050fbc6deb19d4f7254aff76f5c9
parent5e1486df346cc910f91975da23a45dd3c8db2a2b
efl_canvas_animation: reply on the correct API

the animation itself does not implement the player interface, and
nothing forces it to do so. Additionally, we should ask the reference
object for the current progress. Not the animation object.

This fixes pos_set / pos_get.

Reviewed-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Differential Revision: https://phab.enlightenment.org/D8783
src/lib/evas/canvas/efl_canvas_animation_player.c