X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fdevel-api%2Factors%2Factor-devel.h;h=ff521def797b8100dd29c3dc2390324912d7e26e;hb=0a68c62785eaa442cfa213157431d6f2c9b37033;hp=915ac2d7a975198165cb3adcbb511693048118e6;hpb=109511723035b0de769f1ba2ed5a9749a2e6130d;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/devel-api/actors/actor-devel.h b/dali/devel-api/actors/actor-devel.h old mode 100755 new mode 100644 index 915ac2d..ff521de --- a/dali/devel-api/actors/actor-devel.h +++ b/dali/devel-api/actors/actor-devel.h @@ -128,15 +128,6 @@ enum Type * @note True means that the actor is out of the view frustum. */ CULLED = INHERIT_LAYOUT_DIRECTION + 5, - - /** - * @brief Sets the update size hint of the actor. - * @details Name "updateSizeHint", type Property::VECTOR2. - * @note When this value is set, the update area is determined by this value when a partial update. - * By default, render item size is used for partial update. - * It is scaled but not animated. - */ - UPDATE_SIZE_HINT = INHERIT_LAYOUT_DIRECTION + 6, }; } // namespace Property