X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fshader-effects%2Fdissolve-effect.cpp;h=97709b5521cf60f49b2099e1c5eff483ff808e7e;hb=9781441fa162e32e5796658d4169387a3ffb5d88;hp=04d02f66bd84196440b96fcf4b61247911d6f946;hpb=c8ffcb9f46ded14981915479af62d85970798db5;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/public-api/shader-effects/dissolve-effect.cpp b/dali-toolkit/public-api/shader-effects/dissolve-effect.cpp index 04d02f6..97709b5 100644 --- a/dali-toolkit/public-api/shader-effects/dissolve-effect.cpp +++ b/dali-toolkit/public-api/shader-effects/dissolve-effect.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Samsung Electronics Co., Ltd. + * Copyright (c) 2015 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. @@ -106,7 +106,7 @@ DissolveEffect DissolveEffect::New( bool useHighPrecision ) Dali::Toolkit::DissolveEffect handle( shaderEffectCustom ); handle.SetUniform( DISTORTION_PROPERTY_NAME, 0.0f ); - handle.SetProperty( ShaderEffect::Property::GridDensity, Dali::Property::Value(50.0f) ); + handle.SetProperty( ShaderEffect::Property::GRID_DENSITY, Dali::Property::Value(50.0f) ); handle.SetCentralLine( Vector2(1.0f,0.5f), Vector2(-1.0f, 0.0f) );