X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=plugins%2Fdali-script-v8%2Fsrc%2Factors%2Factor-wrapper.h;h=fd121852389e659526c7c41ebc81248c32994167;hp=13cd8113baf64850678bd5e24c40ea6d41d8e2e8;hb=00a82ee18b8b96362eb83cd84141e02ab3221702;hpb=9c6ea1aa6babb4e6e1c59187cad13b44e0639662 diff --git a/plugins/dali-script-v8/src/actors/actor-wrapper.h b/plugins/dali-script-v8/src/actors/actor-wrapper.h index 13cd811..fd12185 100644 --- a/plugins/dali-script-v8/src/actors/actor-wrapper.h +++ b/plugins/dali-script-v8/src/actors/actor-wrapper.h @@ -49,9 +49,8 @@ public: { UNKNOWN_ACTOR = -1, ACTOR = 0, - IMAGE_ACTOR = 1, - LAYER_ACTOR = 2, - CAMERA_ACTOR = 3 + LAYER_ACTOR = 1, + CAMERA_ACTOR = 2 }; /** @@ -71,7 +70,7 @@ public: /** * @brief Creates a new Actor wrapped inside a Javascript Object. - * @note: the actor type ie 'ImageActor' is expected to be the name of the callee function. + * @note: the actor type ie 'CameraActor' is expected to be the name of the callee function. * @param[in] args v8 function call arguments interpreted */ static void NewActor( const v8::FunctionCallbackInfo< v8::Value >& args); @@ -95,7 +94,6 @@ public: // The Actor ObjectTemplates. static v8::Persistent mActorTemplate; - static v8::Persistent mImageActorTemplate; static v8::Persistent mCameraActorTemplate; static v8::Persistent mLayerActorTemplate;