X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-demo.git;a=blobdiff_plain;f=examples%2Fcontact-cards%2Fmasked-image.h;h=91df593d8e0be25bb77660594a8ac82df3662d4a;hp=9fefc8471722f8d53bb8bb05326314704129a6eb;hb=1b19fd140ff139b5854a1a62447faf31b175d8f6;hpb=b26d446b0cb6a316abc3a79d4fc70d0ae1b7994c diff --git a/examples/contact-cards/masked-image.h b/examples/contact-cards/masked-image.h index 9fefc84..91df593 100644 --- a/examples/contact-cards/masked-image.h +++ b/examples/contact-cards/masked-image.h @@ -2,7 +2,7 @@ #define MASKED_IMAGE_H /* - * Copyright (c) 2018 Samsung Electronics Co., Ltd. + * Copyright (c) 2020 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. @@ -19,8 +19,8 @@ */ // EXTERNAL INCLUDES -#include #include +#include /** * @brief This namespace provides a helper function which creates an ImageView with a mask that matches the Circle geometry provided by ClippedImage. @@ -30,15 +30,14 @@ */ namespace MaskedImage { - /** * @brief Creates an image with a circular mask. * * @param[in] imagePath The path to the image to show. * @return The ImageView with a mask control. */ -Dali::Toolkit::Control Create( const std::string& imagePath ); +Dali::Toolkit::Control Create(const std::string& imagePath); -} // namespace ClippedImage +} // namespace MaskedImage #endif // MASKED_IMAGE_H