X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=automated-tests%2Fsrc%2Fdali-toolkit%2Fdali-toolkit-test-utils%2Ftoolkit-window.h;h=68ed472356f2f9ae69bd62fab2534e1388640555;hp=271f885994bb62522450ee458e245b57adf1875e;hb=7dbe383e1d72909ceb2ef46e33b880243911df7e;hpb=a0cf54dfd8e953411ec0d099f4bbe53f13d5a063 diff --git a/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-window.h b/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-window.h index 271f885..68ed472 100644 --- a/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-window.h +++ b/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-window.h @@ -2,7 +2,7 @@ #define TOOLKIT_WINDOW_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. @@ -30,6 +30,7 @@ namespace Dali class Actor; class Layer; +class RenderSurfaceInterface; struct KeyEvent; class TouchData; struct WheelEvent; @@ -60,7 +61,7 @@ public: Window& operator=(const Window& rhs); Integration::Scene GetScene(); - Integration::RenderSurface& GetRenderSurface(); + Dali::RenderSurfaceInterface& GetRenderSurface(); void Add( Dali::Actor actor ); void Remove( Dali::Actor actor ); Dali::Layer GetRootLayer() const;