X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=adaptors%2Fcommon%2Fadaptor-impl.h;h=ae27285da0e5801f55bcf230c4f412bbbb4d5014;hb=f5db0fa9148636cc65f53c322ddefc1b1a6a02d3;hp=31c577bd9d66a6490fbc654b1a9930ced33a4e3c;hpb=f4ab9e6e8ed566e85b6f5620953d6f039c90db48;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/adaptors/common/adaptor-impl.h b/adaptors/common/adaptor-impl.h old mode 100644 new mode 100755 index 31c577b..ae27285 --- a/adaptors/common/adaptor-impl.h +++ b/adaptors/common/adaptor-impl.h @@ -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 );