X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fevent%2Fcommon%2Fscene-impl.h;h=fb09efd1ca48727630d24f34be8b833e567a0c69;hb=4cae98e2aac832b5643eeb8d12f1b810d9865d46;hp=634bcbd70f3dbdbc52e68e584471eb7855ef5516;hpb=1e406489333bc9fbf0d6beaca0c3919231b80fc9;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 634bcbd..fb09efd 100644 --- a/dali/internal/event/common/scene-impl.h +++ b/dali/internal/event/common/scene-impl.h @@ -120,6 +120,16 @@ public: void SetSurface( Integration::RenderSurface& surface ); /** + * Notify the surface has been resized. + */ + void SurfaceResized(); + + /** + * @copydoc Dali::Integration::Scene::Discard + */ + void Discard(); + + /** * Retrieve the render surface the scene is binded to. * @return The render surface. */ @@ -154,10 +164,10 @@ public: void RebuildDepthTree(); /** - * @brief Sets the background color of the render surface. + * @brief Sets the background color of the render surface. * @param[in] color The new background color */ - void SetBackgroundColor(Vector4 color); + void SetBackgroundColor( const Vector4& color ); /** * @brief Gets the background color of the render surface. @@ -258,6 +268,8 @@ private: Vector2 mDpi; + Vector4 mBackgroundColor; + LayerPtr mRootLayer; // Ordered list of currently on-stage layers