X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Fbubble-effect%2Fcolor-adjuster.h;h=bbf81a984951e1d383baed228fb3a97af0929ba9;hp=27df32e76f1c97494f90f77550f43b2630689f53;hb=ca4209fb071e5c353a7e528098a2e497765118d8;hpb=29dcb5b25b793d2b59ae9f91949e7d1e6e20e340 diff --git a/dali-toolkit/internal/controls/bubble-effect/color-adjuster.h b/dali-toolkit/internal/controls/bubble-effect/color-adjuster.h index 27df32e..bbf81a9 100644 --- a/dali-toolkit/internal/controls/bubble-effect/color-adjuster.h +++ b/dali-toolkit/internal/controls/bubble-effect/color-adjuster.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_INTERNAL_COLOR_ADJUSTER_H /* - * Copyright (c) 2016 Samsung Electronics Co., Ltd. + * Copyright (c) 2017 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. @@ -23,7 +23,7 @@ #include // INTERNAL INCLUDES -#include +#include #define DALI_COMPOSE_SHADER(STR) #STR @@ -97,7 +97,7 @@ inline Property::Map CreateColorAdjuster() customShader[ Toolkit::Visual::Shader::Property::FRAGMENT_SHADER ] = fragmentShader; Property::Map map; - map[ Toolkit::DevelVisual::Property::SHADER ] = customShader; + map[ Toolkit::Visual::Property::SHADER ] = customShader; return map; }