X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fevent%2Fcommon%2Fscene-impl.h;h=c524d6204d5ae84ce8395b897116e9275d69b851;hb=8f925570d28eafbb247f75f91a8616fed4e20345;hp=d048099913f4e383c105da13d18883929fd036f3;hpb=d2bc18872d7b4f316b86a0897e6c9fabf67a1241;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/event/common/scene-impl.h b/dali/internal/event/common/scene-impl.h index d048099..c524d62 100644 --- a/dali/internal/event/common/scene-impl.h +++ b/dali/internal/event/common/scene-impl.h @@ -117,12 +117,12 @@ public: /** * @copydoc Dali::Integration::Scene::SetSurface */ - void SetSurface( Integration::RenderSurface& surface, bool forceUpdate ); + void SetSurface( Integration::RenderSurface& surface ); /** * Notify the surface has been resized. */ - void SurfaceResized( bool forceUpdate ); + void SurfaceResized(); /** * Notify the surface has been deleted. @@ -287,9 +287,6 @@ private: Vector4 mBackgroundColor; - // The SurfaceOrientation - int mSurfaceOrientation; - LayerPtr mRootLayer; // Ordered list of currently on-stage layers