Revert "[3.0] Fix the broken build for JavaScript plugin" 69/97769/1
authordongsug.song <dongsug.song@samsung.com>
Tue, 15 Nov 2016 03:32:03 +0000 (12:32 +0900)
committerdongsug.song <dongsug.song@samsung.com>
Tue, 15 Nov 2016 03:32:06 +0000 (12:32 +0900)
This reverts commit 00d8b58e8a7c7b8e6b479da226f3486d5ec71111.

Change-Id: I7c6006cea1ab9da6c62fa733349ef772533edb99

plugins/dali-script-v8/src/rendering/texture-set-api.h
plugins/dali-script-v8/src/rendering/texture-set-wrapper.cpp

index a834d86ca600de17ae7f60bca2f6091386948c51..8b4159db557d170785f25a34913d475e28fd799b 100644 (file)
@@ -57,6 +57,7 @@ namespace TextureSetApi
    /**
     * TextureSet API see texture-set.h for a description
     */
+   void SetImage( const v8::FunctionCallbackInfo< v8::Value >& args );
    void SetSampler( const v8::FunctionCallbackInfo< v8::Value >& args );
 
 }; // namespace TextureSetApi
index 5f503ec2d0ce7af7e5e28e67bb9e97b032bbb7c3..529665144aec18a8df6fd714b9ef62e02413e686 100644 (file)
@@ -45,6 +45,7 @@ const ApiFunction TextureSetFunctionTable[]=
     * TextureSet API (in order of texture-set.h)
     **************************************/
 
+   { "SetImage"                        , TextureSetApi::SetImage },
    { "SetSampler"                      , TextureSetApi::SetSampler },
 };