X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=automated-tests%2Fsrc%2Fdali-toolkit%2Fdali-toolkit-test-utils%2Ftoolkit-test-application.h;h=6d3c511c62016dc80e65d224dcee4fd2798c84fa;hb=b068e8289e5975b6afd71c08c9bf522153fe7a89;hp=49a4c6f137b199c980d56fa354fa7fb15e26ebbb;hpb=ed11499452da1ccd5fdfa36324881dc66a5281bc;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-test-application.h b/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-test-application.h index 49a4c6f..6d3c511 100644 --- a/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-test-application.h +++ b/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-test-application.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_TEST_APPLICATION_H /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd. + * Copyright (c) 2023 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. @@ -61,9 +61,13 @@ public: */ void RunIdles(); -private: + Dali::Window GetWindow() + { + return mMainWindow; + } - std::unique_ptr mMainWindow; +private: + Dali::Window mMainWindow; std::unique_ptr< Adaptor > mAdaptor; };