X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fgraphics%2Fgles%2Fegl-graphics-factory.h;h=9be337a2009159bb657376c67d979a5e3390661d;hb=refs%2Fchanges%2F15%2F251615%2F6;hp=a17524826185d1382e1117cd90dc3d384f699b64;hpb=7eaccc9d2fb5d6a890a5f1aacad2f861f337719f;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/internal/graphics/gles/egl-graphics-factory.h b/dali/internal/graphics/gles/egl-graphics-factory.h index a175248..9be337a 100644 --- a/dali/internal/graphics/gles/egl-graphics-factory.h +++ b/dali/internal/graphics/gles/egl-graphics-factory.h @@ -2,7 +2,7 @@ #define DALI_INTERNAL_GRAPHICS_FACTORY_H /* - * Copyright (c) 2018 Samsung Electronics Co., Ltd. + * Copyright (c) 2021 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. @@ -21,24 +21,22 @@ // CLASS HEADER #include +// INTERNAL INCLUDES +#include namespace Dali { - namespace Internal { - namespace Adaptor { - class GraphicsFactory : public GraphicsFactoryInterface { public: - /** * Constructor */ - GraphicsFactory(); + GraphicsFactory(EnvironmentOptions& environmentOptions); /** * Destructor @@ -54,12 +52,15 @@ public: * @copydoc Dali::Internal::Adaptor::GraphicsFactoryInterface::Destroy() */ void Destroy() override; + +private: + EnvironmentOptions& mEnvironmentOptions; }; -} // Adaptor +} // namespace Adaptor -} // Internal +} // namespace Internal -} // Dali +} // namespace Dali #endif // DALI_INTERNAL_GRAPHICS_FACTORY_H