X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=adaptors%2Fcommon%2Fadaptor-impl.h;h=4cbbdc2dbb3810e378bd16e94229d77eb2d3e4ad;hb=6e329ecbaa0bc9ff01f2031434f4f266b4808752;hp=3688d89e91144bb2fe5e5b5fc507dfec39db7552;hpb=28b170dc42029f5837f85ae6e5ac1d503d9e2b58;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/adaptors/common/adaptor-impl.h b/adaptors/common/adaptor-impl.h index 3688d89..4cbbdc2 100644 --- a/adaptors/common/adaptor-impl.h +++ b/adaptors/common/adaptor-impl.h @@ -345,6 +345,11 @@ public: */ void GetAppId( std::string& appId ); + /** + * Informs core the surface size has changed + */ + void SurfaceSizeChanged( const PositionSize& positionSize ); + public: //AdaptorInternalServices /** @@ -495,11 +500,6 @@ private: private: /** - * Informs core the surface size has changed - */ - void SurfaceSizeChanged(const PositionSize& positionSize); - - /** * Assigns the render surface to the adaptor * */ @@ -563,7 +563,7 @@ private: // Data Any mNativeWindow; ///< window identifier RenderSurface* mSurface; ///< Current surface - TizenPlatform::TizenPlatformAbstraction* mPlatformAbstraction; ///< Platform abstraction + TizenPlatform::TizenPlatformAbstraction* mPlatformAbstraction; ///< Platform abstraction EventHandler* mEventHandler; ///< event handler CallbackManager* mCallbackManager; ///< Used to install callbacks