Revert "[Tizen] Implement partial update"
[platform/core/uifw/dali-core.git] / dali / internal / common / core-impl.h
old mode 100755 (executable)
new mode 100644 (file)
index 6e02bb4..4f137a5
@@ -88,8 +88,7 @@ public:
         ResourcePolicy::DataRetention dataRetentionPolicy,
         Integration::RenderToFrameBuffer renderToFboEnabled,
         Integration::DepthBufferAvailable depthBufferAvailable,
-        Integration::StencilBufferAvailable stencilBufferAvailable,
-        Integration::PartialUpdateAvailable partialUpdateAvailable );
+        Integration::StencilBufferAvailable stencilBufferAvailable );
 
   /**
    * Destructor
@@ -139,7 +138,7 @@ public:
   /**
    * @copydoc Dali::Integration::Core::Render()
    */
-  void Render( Integration::RenderStatus& status, bool forceClear );
+  void Render( Integration::RenderStatus& status, bool forceClear, bool uploadOnly );
 
   /**
    * @copydoc Dali::Integration::Core::SceneCreated()