X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=automated-tests%2Fsrc%2Fdali-toolkit%2Fdali-toolkit-test-utils%2Ftest-gl-context-helper-abstraction.h;h=4c297576abd158f13f484a9b07404404f59c4b6d;hb=268f651469300b3950b3f314fa33803b6c24273e;hp=ce150d15197b9db2a5533a5137116839cea19dca;hpb=a00bbe499550a054e6692eb46b32f8c1548f3647;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/test-gl-context-helper-abstraction.h b/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/test-gl-context-helper-abstraction.h index ce150d1..4c29757 100644 --- a/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/test-gl-context-helper-abstraction.h +++ b/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/test-gl-context-helper-abstraction.h @@ -43,17 +43,18 @@ public: /** * @brief Switch to the surfaceless GL context */ - virtual void MakeSurfacelessContextCurrent() {}; + void MakeSurfacelessContextCurrent() override {}; /** * @brief Clear the GL context */ - virtual void MakeContextNull() {}; + void MakeContextNull() override {}; /** * @brief Wait until all GL rendering calls for the current GL context are executed */ - virtual void WaitClient() {}; + void WaitClient() override {}; + private: TestGlContextHelperAbstraction( const TestGlContextHelperAbstraction& ); ///< Undefined