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 a834d86..8b4159d 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 5f503ec..5296651 100644 (file)
@@ -45,6 +45,7 @@ const ApiFunction TextureSetFunctionTable[]=
     * TextureSet API (in order of texture-set.h)
     **************************************/
 
+   { "SetImage"                        , TextureSetApi::SetImage },
    { "SetSampler"                      , TextureSetApi::SetSampler },
 };