Revert "[Tizen] Temporarily revert new APIs for Multi-window"
[platform/core/uifw/dali-adaptor.git] / dali / integration-api / scene-holder-impl.cpp
index e085ed3..efa8291 100644 (file)
@@ -144,7 +144,7 @@ Dali::RenderSurfaceInterface* SceneHolder::GetSurface() const
   return mSurface.get();
 }
 
-void SceneHolder::SetBackgroundColor( Vector4 color )
+void SceneHolder::SetBackgroundColor( const Vector4& color )
 {
   if ( mSurface )
   {