[4.0] Supports screen rotation.
[platform/core/uifw/dali-adaptor.git] / adaptors / common / adaptor-impl.h
old mode 100644 (file)
new mode 100755 (executable)
index 31c577b..ae27285
@@ -339,6 +339,11 @@ public:
   void GetAppId( std::string& appId );
 
   /**
+   * Informs core the surface size and orientation has changed
+   */
+  void SurfaceResizePrepare( SurfaceSize surfaceSize, int orientation );
+
+  /**
    * Informs core the surface size has changed
    */
   void SurfaceResizePrepare( SurfaceSize surfaceSize );