X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fvisuals%2Fvisual-base-impl.h;h=b9cf7e911ce9bed77cda5eacfe3c27e4653598bc;hb=refs%2Fchanges%2F00%2F167600%2F1;hp=755409facb1b8afd9e4ca7f12b5eadb8cc1e70df;hpb=5e20550dbef7745ba12c07ad4bae45c57e57dbad;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/visuals/visual-base-impl.h b/dali-toolkit/internal/visuals/visual-base-impl.h index 755409f..b9cf7e9 100644 --- a/dali-toolkit/internal/visuals/visual-base-impl.h +++ b/dali-toolkit/internal/visuals/visual-base-impl.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_INTERNAL_VISUAL_H /* - * Copyright (c) 2018 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. @@ -33,7 +33,6 @@ #include #include #include -#include namespace Dali { @@ -49,8 +48,6 @@ namespace Visual class ResourceObserver; -using FittingMode = DevelVisual::FittingMode; - /** * Base class for all Control rendering logic. A control may have multiple visuals. * @@ -252,19 +249,14 @@ public: */ Toolkit::Visual::ResourceStatus GetResourceStatus() const; - /** - * @brief Get the fitting mode for the visual - */ - FittingMode GetFittingMode() const; - - protected: +protected: /** * @brief Constructor. * * @param[in] factoryCache A pointer pointing to the VisualFactoryCache object */ - Base( VisualFactoryCache& factoryCache, FittingMode fittingMode ); + Base( VisualFactoryCache& factoryCache ); /** * @brief A reference counted object may only be deleted by calling Unreference().