Change-Id: I56aaff48b586c79adcd3b3628230d43f564dbcc4
OffscreenWindow::New was changed.
__needToRender(false)
{
tbm_surface_queue_h nativeBufferQueue = (tbm_surface_queue_h)bufferQueue->getNativeBufferQueue();
- __offscreenApplication = OffscreenApplication::New(nativeBufferQueue, true, OffscreenApplication::RenderMode::MANUAL);
+ __offscreenApplication = OffscreenApplication::New(nativeBufferQueue, OffscreenApplication::RenderMode::MANUAL);
__offscreenApplication.InitSignal().Connect(this, &DSRenderEngineDaliImpl::onInitialize);