X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fshader-effects%2Fimage-region-effect.h;h=0ccf1723f54442efd97f46247909862db42bcbbe;hb=49557ae728fe830bf27a23ab230d72294b3a1a39;hp=4f3f3f175aa0385911537947259fc924adfe89ba;hpb=abf2533b2621e07a62a7ac65944959a18bd89673;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/devel-api/shader-effects/image-region-effect.h b/dali-toolkit/devel-api/shader-effects/image-region-effect.h index 4f3f3f1..0ccf172 100644 --- a/dali-toolkit/devel-api/shader-effects/image-region-effect.h +++ b/dali-toolkit/devel-api/shader-effects/image-region-effect.h @@ -2,7 +2,7 @@ #define __DALI_TOOLKIT_IMAGE_REGION_EFFECT_H__ /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2016 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -21,6 +21,9 @@ // EXTERNAL INCLUDES #include +// INTERNAL INCLUDES +#include + namespace Dali { @@ -73,9 +76,9 @@ inline Property::Map CreateImageRegionEffect() Property::Map map; Property::Map customShader; - customShader[ "vertexShader" ] = vertexShader; + customShader[ Visual::Shader::Property::VERTEX_SHADER ] = vertexShader; - map[ "shader" ] = customShader; + map[ VisualProperty::SHADER ] = customShader; return map; }