X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fshader-effects%2Fmotion-blur-effect.cpp;h=269e4ec7d28f9d4ded2c5010afc30368078d3371;hb=refs%2Fchanges%2F28%2F38928%2F2;hp=9c281b47d20cdf36e26bfa075059c00572f7697a;hpb=c25b3c40178dadf12dc5e8f77c17413df0a55099;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/public-api/shader-effects/motion-blur-effect.cpp b/dali-toolkit/public-api/shader-effects/motion-blur-effect.cpp index 9c281b4..269e4ec 100644 --- a/dali-toolkit/public-api/shader-effects/motion-blur-effect.cpp +++ b/dali-toolkit/public-api/shader-effects/motion-blur-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. @@ -80,7 +80,7 @@ MotionBlurEffect::~MotionBlurEffect() { } -MotionBlurEffect MotionBlurEffect::Apply( RenderableActor renderable ) +MotionBlurEffect MotionBlurEffect::Apply( ImageActor renderable ) { MotionBlurEffect newEffect = New( MOTION_BLUR_NUM_SAMPLES ); renderable.SetShaderEffect( newEffect );