X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=adaptors%2Fwayland%2Frender-surface%2Frender-surface-wl.cpp;h=801a3bbb037e9b6fcce71f44bec120072e0ef664;hb=f6feca16511c154f683895b3315974e399e7c13a;hp=e9c1348fed074d206c6e1c0118c79d5b11198471;hpb=7dce44e3c1753e0a0dbe4b3482ffb392760a91a6;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/adaptors/wayland/render-surface/render-surface-wl.cpp b/adaptors/wayland/render-surface/render-surface-wl.cpp index e9c1348..801a3bb 100644 --- a/adaptors/wayland/render-surface/render-surface-wl.cpp +++ b/adaptors/wayland/render-surface/render-surface-wl.cpp @@ -26,7 +26,6 @@ #include // INTERNAL INCLUDES -#include #include #include #include @@ -128,12 +127,12 @@ void RenderSurface::StartRender() { } -bool RenderSurface::PreRender( EglInterface&, Integration::GlAbstraction& ) +bool RenderSurface::PreRender( EglInterface&, Integration::GlAbstraction&, bool ) { return true; } -void RenderSurface::PostRender( EglInterface& egl, Integration::GlAbstraction& glAbstraction, DisplayConnection* displayConnection, bool replacingSurface ) +void RenderSurface::PostRender( EglInterface& egl, Integration::GlAbstraction& glAbstraction, DisplayConnection* displayConnection, bool replacingSurface, bool resizingSurface ) { Internal::Adaptor::EglImplementation& eglImpl = static_cast( egl ); eglImpl.SwapBuffers();