[3.0] Support screen rotation
[platform/core/uifw/dali-adaptor.git] / adaptors / base / single-threaded / single-thread-controller.cpp
index b5905b6..87ae4a7 100644 (file)
@@ -189,6 +189,11 @@ void SingleThreadController::ReplaceSurface( RenderSurface* newSurface )
   mRenderHelper.ReplaceSurface( newSurface );
 }
 
+void SingleThreadController::ResizeSurface()
+{
+  DALI_LOG_ERROR( "SingleThreadController::ResizeSurface: Not supported\n" );
+}
+
 void SingleThreadController::SetRenderRefreshRate( unsigned int refreshRate )
 {
   if ( refreshRate != mRefreshRate )