X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fvisuals%2Fvisual-factory-impl.h;h=257b03cdf633bfcad18fce2469c394772745c021;hb=4d305b893731daafafc293b92dc4fa25a896e929;hp=030512edecaf6dfed20c962538139056eb0882ba;hpb=ccd53048e482f41b00ad1daa7664b3781d6b7626;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/visuals/visual-factory-impl.h b/dali-toolkit/internal/visuals/visual-factory-impl.h index 030512e..257b03c 100644 --- a/dali-toolkit/internal/visuals/visual-factory-impl.h +++ b/dali-toolkit/internal/visuals/visual-factory-impl.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_VISUAL_FACTORY_IMPL_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. @@ -66,6 +66,11 @@ public: */ Toolkit::Visual::Base CreateVisual( const std::string& image, ImageDimensions size ); + /** + * @return the reference to texture manager + */ + Internal::TextureManager& GetTextureManager(); + protected: /**