diff -r 15bf7259bb7c -r d8a3531bc6b8 uiacceltk/hitchcock/coretoolkit/rendervg10/src/HuiVg10PBufferSurface.cpp --- a/uiacceltk/hitchcock/coretoolkit/rendervg10/src/HuiVg10PBufferSurface.cpp Tue Feb 02 07:56:43 2010 +0200 +++ b/uiacceltk/hitchcock/coretoolkit/rendervg10/src/HuiVg10PBufferSurface.cpp Mon Feb 22 17:57:49 2010 +0200 @@ -409,6 +409,10 @@ // Pbuffers consist of a single buffer only (no front/back buffers to swap). } +void CHuiVg10PBufferSurface::Finish() + { + vgFinish(); + } void CHuiVg10PBufferSurface::BindTexture(TInt aTextureUnit, const MHuiSegmentedTexture& aTexture,