X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=adaptors%2Fcommon%2Fadaptor-impl.h;h=425bfcf466404d5908d6853bae6c0ba07daf6bd8;hb=2aded12f94cb4af1815d171891538147b56fa6ea;hp=479e10ebda71a0926d23b4bb0a753f4fe6607549;hpb=0006292570572bd82b463c06d3909e29027a76fb;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/adaptors/common/adaptor-impl.h b/adaptors/common/adaptor-impl.h index 479e10e..425bfcf 100644 --- a/adaptors/common/adaptor-impl.h +++ b/adaptors/common/adaptor-impl.h @@ -2,7 +2,7 @@ #define __DALI_INTERNAL_ADAPTOR_IMPL_H__ /* - * Copyright (c) 2016 Samsung Electronics Co., Ltd. + * Copyright (c) 2017 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -184,16 +184,6 @@ public: // AdaptorInternalServices implementation virtual void FeedKeyEvent( KeyEvent& keyEvent ); /** - * @copydoc AdaptorInterface::MoveResize() - */ - virtual bool MoveResize( const PositionSize& positionSize ); - - /** - * @copydoc AdaptorInterface::SurfaceResized() - */ - virtual void SurfaceResized( const PositionSize& positionSize ); - - /** * @copydoc AdaptorInterface::ReplaceSurface() */ virtual void ReplaceSurface( Any nativeWindow, RenderSurface& surface ); @@ -348,7 +338,7 @@ public: /** * Informs core the surface size has changed */ - void SurfaceSizeChanged( const PositionSize& positionSize ); + void SurfaceSizeChanged( Dali::Adaptor::SurfaceSize surfaceSize ); public: //AdaptorInternalServices @@ -563,7 +553,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