X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=modules%2Fegl%2FteglRenderCase.cpp;h=4662487ff740ece6eaa76d36afb8cc6faf429640;hb=6a26fb1fd062558b912d18c76696fcb17c696894;hp=a0ff8ae7524a93acde261ebb085de923f689f34e;hpb=d7680c7cc02c3951cc6a2936d422be7b0753f648;p=platform%2Fupstream%2FVK-GL-CTS.git diff --git a/modules/egl/teglRenderCase.cpp b/modules/egl/teglRenderCase.cpp index a0ff8ae..4662487 100644 --- a/modules/egl/teglRenderCase.cpp +++ b/modules/egl/teglRenderCase.cpp @@ -158,7 +158,7 @@ void RenderCase::executeForConfig (EGLDisplay display, EGLConfig config) try { - std::auto_ptr pixmap (pixmapFactory.createPixmap(&nativeDisplay, display, config, DE_NULL, width, height)); + de::UniquePtr pixmap (pixmapFactory.createPixmap(&nativeDisplay, display, config, DE_NULL, width, height)); EGLSurface eglSurface = createPixmapSurface(nativeDisplay, *pixmap, display, config, DE_NULL); eglu::UniqueSurface surface (egl, display, eglSurface);