Merge "[3.0] Change integration api of NativeRenderSurface" into tizen_3.0 submit/tizen_3.0/20161228.124257
authortaeyoon <taeyoon0.lee@samsung.com>
Wed, 28 Dec 2016 11:00:52 +0000 (03:00 -0800)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Wed, 28 Dec 2016 11:00:53 +0000 (03:00 -0800)
adaptors/integration-api/wayland/native-render-surface.h
adaptors/tizen/native-render-surface-tizen.cpp

index 565eec2..3b0cd42 100644 (file)
@@ -80,10 +80,10 @@ public: // API
   virtual Any GetSurface();
 
   /**
-   * @brief Waits tbm surface after replace surface
+   * @brief Waits until surface is replaced
    * After tbm surface is acquired in PostRender, this function is finished.
    */
-  void WaitDrawableAfterReplaceSurface();
+  void WaitUntilSurfaceReplaced();
 
 public: // from Dali::RenderSurface
 
index a43aa12..787507f 100644 (file)
@@ -263,7 +263,7 @@ void NativeRenderSurface::ReleaseLock()
   }
 }
 
-void NativeRenderSurface::WaitDrawableAfterReplaceSurface()
+void NativeRenderSurface::WaitUntilSurfaceReplaced()
 {
   ConditionalWait::ScopedLock lock( mImpl->mTbmSurfaceCondition );
   while( !mImpl->mDrawableCompleted )