X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fshader-effects%2Fdissolve-effect.h;h=8572a1245f8f956b93440688acea0b5dd9aa3916;hp=47c171f8e3ec35fa34a41686d1db40bd4e7e7822;hb=HEAD;hpb=542e587d36cb500e0c3b36635cf22b81b6608697 diff --git a/dali-toolkit/devel-api/shader-effects/dissolve-effect.h b/dali-toolkit/devel-api/shader-effects/dissolve-effect.h index 47c171f..8572a12 100644 --- a/dali-toolkit/devel-api/shader-effects/dissolve-effect.h +++ b/dali-toolkit/devel-api/shader-effects/dissolve-effect.h @@ -19,10 +19,10 @@ */ // EXTERNAL INCLUDES -#include #include #include #include +#include // INTERNAL INCLUDES #include @@ -44,7 +44,7 @@ namespace Toolkit * @param[in] displacement The direction of the central line * @param[in] initialProgress The normalised initial progress of the shader */ -DALI_TOOLKIT_API void DissolveEffectSetCentralLine( Actor& actor, const Vector2& position, const Vector2& displacement, float initialProgress ); +DALI_TOOLKIT_API void DissolveEffectSetCentralLine(Actor& actor, const Vector2& position, const Vector2& displacement, float initialProgress); /** * @brief Create a new Dissolve effect @@ -58,7 +58,7 @@ DALI_TOOLKIT_API void DissolveEffectSetCentralLine( Actor& actor, const Vector2& * @return The newly created Property::Map with the dissolve effect */ -DALI_TOOLKIT_API Property::Map CreateDissolveEffect( bool useHighPrecision = true); +DALI_TOOLKIT_API Property::Map CreateDissolveEffect(bool useHighPrecision = true); } // namespace Toolkit