X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fgraphics%2Fgles-impl%2Fgles-context.h;h=f4cde6db05b9d748abb9fec5e9f09788fc066e53;hb=738af85a1b87813312227305117798edf85af875;hp=fb6f7ff814782194397aedabd38412716ce55850;hpb=063bb002b05f0c6c015ab33cf79ff00f327aecb8;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/internal/graphics/gles-impl/gles-context.h b/dali/internal/graphics/gles-impl/gles-context.h index fb6f7ff..f4cde6d 100644 --- a/dali/internal/graphics/gles-impl/gles-context.h +++ b/dali/internal/graphics/gles-impl/gles-context.h @@ -2,7 +2,7 @@ #define DALI_GRAPHICS_GLES_CONTEXT_H /* - * Copyright (c) 2023 Samsung Electronics Co., Ltd. + * Copyright (c) 2024 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. @@ -39,7 +39,7 @@ class TextureDependencyChecker; class Context { public: - explicit Context(EglGraphicsController& controller); + explicit Context(EglGraphicsController& controller, Integration::GlAbstraction* glAbstraction); ~Context();