Summary:
map_surface does not redraw in below case.
1) parent and child are smart object and has map.
3) drawing objects.
4) apply new map to child object.
Test Plan: sample code
Reviewers: jpeg, cedric, jypark
Differential Revision: https://phab.enlightenment.org/D4889
!memcmp(&map->persp, &obj->map->cur.map->persp, sizeof(map->persp)))
return;
}
+ /* changed_pchange means map's change.
+ * This flag will be used to decide whether to redraw the map surface.
+ * And value of flag would be EINA_FALSE after rendering. */
+ obj->changed_pchange = EINA_TRUE;
if ((!map) || (map->count < 4))
{