Merge "DALi Version 1.0.30" into tizen
[platform/core/uifw/dali-core.git] / dali / public-api / images / frame-buffer-image.h
index 0aad737..b5fca0b 100644 (file)
@@ -20,7 +20,7 @@
 
 // INTERNAL INCLUDES
 #include <dali/public-api/images/image.h>
-#include <dali/public-api/math/rect.h>
+#include <dali/public-api/images/pixel.h>
 
 namespace Dali
 {
@@ -137,16 +137,6 @@ public:
    */
   FrameBufferImage& operator=(const FrameBufferImage& rhs);
 
-  /**
-   * @brief This method is defined to allow assignment of the NULL value,
-   * and will throw an exception if passed any other value.
-   *
-   * Assigning to NULL is an alias for Reset().
-   * @param [in] rhs  A NULL pointer
-   * @return A reference to this handle
-   */
-  FrameBufferImage& operator=(BaseHandle::NullType* rhs);
-
 public: // Not intended for application developers
 
   explicit DALI_INTERNAL FrameBufferImage(Internal::FrameBufferImage*);