Revert "[Tizen] Add to get the status whether window is rotating or not"
[platform/core/uifw/dali-adaptor.git] / dali / devel-api / adaptor-framework / canvas-renderer.h
index 52d61ff..2b6bf5e 100644 (file)
@@ -20,9 +20,9 @@
 
 // EXTERNAL INCLUDES
 #include <dali/public-api/object/base-handle.h>
+#include <dali/public-api/rendering/texture.h>
 
 // INTERNAL INCLUDES
-#include <dali/devel-api/adaptor-framework/pixel-buffer.h>
 #include <dali/public-api/dali-adaptor-common.h>
 
 namespace Dali
@@ -85,6 +85,11 @@ public:
   class Drawable;
   class Shape;
   class DrawableGroup;
+  class Picture;
+
+  class Gradient;
+  class LinearGradient;
+  class RadialGradient;
 
 public:
   /**
@@ -116,11 +121,11 @@ public:
   bool RemoveAllDrawables();
 
   /**
-   * @brief Returns the PixelBuffer, which is the Render buffer of Canvas.
+   * @brief Returns the rasterized texture.
    *
-   * @return Returns the pixel buffer.
+   * @return Returns the texture.
    */
-  Devel::PixelBuffer GetPixelBuffer();
+  Dali::Texture GetRasterizedTexture();
 
   /**
    * @brief Draw drawables added to CanvasRenderer to inner buffer.