X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=adaptors%2Fcommon%2Fnative-image-source-queue-impl.h;h=22ed45729cc01de05fa7382075fde6d10644e468;hb=e936904101a177bd8ca931ef63ded869b65546c7;hp=c726d455fa02f2782bdb400d7425f41360e60e09;hpb=9305301eab0db6e42a68ef5facd89f8b8ee05b30;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/adaptors/common/native-image-source-queue-impl.h b/adaptors/common/native-image-source-queue-impl.h index c726d45..22ed457 100755 --- a/adaptors/common/native-image-source-queue-impl.h +++ b/adaptors/common/native-image-source-queue-impl.h @@ -40,7 +40,7 @@ public: /** * @copydoc Dali::NativeImageSourceQueue::New() */ - static NativeImageSourceQueue* New( unsigned int width, unsigned int height, Dali::NativeImageSourceQueue::ColorDepth depth, Any nativeImageSourceQueue ); + static NativeImageSourceQueue* New( uint32_t width, uint32_t height, Dali::NativeImageSourceQueue::ColorDepth depth, Any nativeImageSourceQueue ); /** * @copydoc Dali::NativeImageSourceQueue::GetNativeImageSourceQueue() @@ -48,9 +48,9 @@ public: virtual Any GetNativeImageSourceQueue() const = 0; /** - * @copydoc Dali::NativeImageSourceQueue::SetSource( Any source ) + * @copydoc Dali::NativeImageSourceQueue::SetSize */ - virtual void SetSource( Any source ) = 0; + virtual void SetSize( uint32_t width, uint32_t height ) = 0; /** * destructor @@ -70,7 +70,7 @@ public: /** * @copydoc Dali::NativeImageInterface::TargetTexture() */ - virtual unsigned int TargetTexture() = 0; + virtual uint32_t TargetTexture() = 0; /** * @copydoc Dali::NativeImageInterface::PrepareTexture() @@ -80,12 +80,12 @@ public: /** * @copydoc Dali::NativeImageInterface::GetWidth() */ - virtual unsigned int GetWidth() const = 0; + virtual uint32_t GetWidth() const = 0; /** * @copydoc Dali::NativeImageInterface::GetHeight() */ - virtual unsigned int GetHeight() const = 0; + virtual uint32_t GetHeight() const = 0; /** * @copydoc Dali::NativeImageInterface::RequiresBlending()