X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fwindow-system%2Fcommon%2Fwindow-render-surface.h;h=5353b7288563cceb555bcb5a4e176b0d16fcffd3;hb=bd3ff6b225c15edad2da5610c781d98ca459576a;hp=41d7ccba8d1b7f479bb01303db1819ad829955ba;hpb=cf85e088106c0322d31b219afb7208b6002f4068;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/internal/window-system/common/window-render-surface.h b/dali/internal/window-system/common/window-render-surface.h index 41d7ccb..5353b72 100755 --- a/dali/internal/window-system/common/window-render-surface.h +++ b/dali/internal/window-system/common/window-render-surface.h @@ -2,7 +2,7 @@ #define DALI_INTERNAL_WINDOWSYSTEM_COMMON_WINDOW_RENDER_SURFACE_H /* - * Copyright (c) 2018 Samsung Electronics Co., Ltd. + * Copyright (c) 2019 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. @@ -18,21 +18,15 @@ * */ -// INTERNAL INCLUDES -#include - -#ifdef DALI_ADAPTOR_COMPILATION -#include -#include -#else -#include -#include -#endif - // EXTERNAL INCLUDES #include #include +// INTERNAL INCLUDES +#include +#include +#include + namespace Dali { @@ -213,7 +207,7 @@ public: // from Dali::Integration::RenderSurface /** * @copydoc Dali::Integration::RenderSurface::SetDamagedRect() */ - virtual Rect SetDamagedRect( const Rect& damagedRectArray ) override; + virtual void SetDamagedRect( const Dali::DamagedRect& damagedRect, Dali::DamagedRect& mergedRect ) override; /** * @copydoc Dali::Integration::RenderSurface::GetBufferAge()