X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fintegration-api%2Fgl-context-helper-abstraction.h;h=91b1dcce9a445b8d408c6af3c42aaf0a25ce3310;hb=79881246746f65474b24ea4fe14151ccef8df3f4;hp=7e425f90a24769ed8503f3d8fd804e0067c99478;hpb=0b21b1cdb38fd603e92722185ba9bfc180741f21;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/integration-api/gl-context-helper-abstraction.h b/dali/integration-api/gl-context-helper-abstraction.h index 7e425f9..91b1dcc 100644 --- a/dali/integration-api/gl-context-helper-abstraction.h +++ b/dali/integration-api/gl-context-helper-abstraction.h @@ -2,7 +2,7 @@ #define DALI_INTEGRATION_GL_CONTEXT_HELPER_ABSTRACTION_H /* - * Copyright (c) 2019 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. @@ -20,7 +20,6 @@ // INTERNAL INCLUDES #include -#include namespace Dali { @@ -46,12 +45,6 @@ public: virtual void MakeSurfacelessContextCurrent() = 0; /** - * @brief Switch to the GL context of the specific render surface - * @param[in] surface The render surface - */ - virtual void MakeContextCurrent( Integration::RenderSurface* surface ) = 0; - - /** * @brief Clear the GL context */ virtual void MakeContextNull() = 0;