X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fwindow-system%2Fubuntu-x11%2Fpixmap-render-surface-ecore-x.cpp;h=41a44daaff2afaa88f30924483102ec8c3fb4301;hb=573600ba751204639c5ee68a528f2b72acf8385c;hp=2544e7deb10598acbf65e4ce3fc2663e952fff06;hpb=836336bf8b53ea4aef025cc836c1483a074f118b;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/internal/window-system/ubuntu-x11/pixmap-render-surface-ecore-x.cpp b/dali/internal/window-system/ubuntu-x11/pixmap-render-surface-ecore-x.cpp old mode 100755 new mode 100644 index 2544e7d..41a44da --- a/dali/internal/window-system/ubuntu-x11/pixmap-render-surface-ecore-x.cpp +++ b/dali/internal/window-system/ubuntu-x11/pixmap-render-surface-ecore-x.cpp @@ -234,16 +234,6 @@ bool PixmapRenderSurfaceEcoreX::PreRender( bool ) return true; } -Rect PixmapRenderSurfaceEcoreX::SetDamagedRect( Rect damagedRect ) -{ - return damagedRect; -} - -int PixmapRenderSurfaceEcoreX::GetBufferAge() -{ - return 0; -} - void PixmapRenderSurfaceEcoreX::PostRender( bool renderToFbo, bool replacingSurface, bool resizingSurface ) { auto eglGraphics = static_cast(mGraphics);