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=06b2e06d128821eba1b9b17b96c9262d994281b0;hp=76eee4746ed1d7964f23e5a479110dd165bcd16c;hb=cd7d41bc8e0a0816da28401207091344fbbe0b2c;hpb=92c67ea7a5d7218acb4e59d6dd3d9065788bda04 diff --git a/plugins/dali-script-v8/src/actors/actor-wrapper.h b/plugins/dali-script-v8/src/actors/actor-wrapper.h index 76eee47..06b2e06 100644 --- a/plugins/dali-script-v8/src/actors/actor-wrapper.h +++ b/plugins/dali-script-v8/src/actors/actor-wrapper.h @@ -48,11 +48,10 @@ public: UNKNOWN_ACTOR = -1, ACTOR = 0, IMAGE_ACTOR =1, - TEXT_ACTOR =2, - MESH_ACTOR =3, - LAYER_ACTOR =4, - CAMERA_ACTOR =5, - TEXT_VIEW =6 + MESH_ACTOR =2, + LAYER_ACTOR =3, + CAMERA_ACTOR =4, + TEXT_LABEL =5 }; /** @@ -90,11 +89,10 @@ public: // The Actor ObjectTemplates. static v8::Persistent mActorTemplate; static v8::Persistent mImageActorTemplate; - static v8::Persistent mTextActorTemplate; static v8::Persistent mMeshActorTemplate; static v8::Persistent mCameraActorTemplate; static v8::Persistent mLayerActorTemplate; - static v8::Persistent mTextViewTemplate; + static v8::Persistent mTextLabelTemplate; /** * @return the wrapped actor