Removed synchronous image size getter
[platform/core/uifw/dali-core.git] / dali / internal / event / images / frame-buffer-image-impl.cpp
index 8735abb..08ecf50 100644 (file)
@@ -65,6 +65,7 @@ FrameBufferImage::FrameBufferImage(unsigned int width, unsigned int height, Pixe
 {
   mWidth  = width;
   mHeight = height;
+  mNaturalSizeSet = true;
 }