[Tizen] Restore the deprecated property of Actor 90/197690/3 accepted/tizen/unified/20190116.160645 submit/tizen/20190116.043322
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Tue, 15 Jan 2019 10:42:50 +0000 (19:42 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Wed, 16 Jan 2019 01:55:13 +0000 (10:55 +0900)
commit514ae12feaefb0271d86b2c94b1175bdd2a9edd3
tree48b0542066fff570c0712baea9d32f2998d272a7
parenta0bb42a9a3bf70afecba9be82a105810c121dd89
[Tizen] Restore the deprecated property of Actor

- One former patch removed some deprecated APIs
  including a property, "POSITION_INHERITANCE".
- But, to keep binary compatibility, the table of Property and the number of properties
  should be same, even though the properties can be removed.
- Instead, Property names change to RESERVED_PROPERTY_*, not to be used in an application

Change-Id: I6d855df42e2d74756f2819ae507e3b637595c796
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
dali/devel-api/actors/actor-devel.h
dali/internal/event/actors/actor-impl.cpp
dali/public-api/actors/actor.h