X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fintegration-api%2Frender-surface-interface.h;h=501bf622427dffe4cf0145d9539db6e4f7662c03;hb=5cc6356e4fd40162f3a70434e5b7e35ffc5b94b1;hp=ad672ca9b76d29fd384abd5dee2ba4a0b3a54e17;hpb=88b460eab34ce84f7e15c12ff3751356126041c1;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/integration-api/render-surface-interface.h b/dali/integration-api/render-surface-interface.h index ad672ca..501bf62 100644 --- a/dali/integration-api/render-surface-interface.h +++ b/dali/integration-api/render-surface-interface.h @@ -66,8 +66,7 @@ public: mGraphics( nullptr ), mDisplayConnection( nullptr ), mDepthBufferRequired( Integration::DepthBufferAvailable::FALSE ), - mStencilBufferRequired( Integration::StencilBufferAvailable::FALSE ), - mBackgroundColor() + mStencilBufferRequired( Integration::StencilBufferAvailable::FALSE ) {} /** @@ -176,24 +175,6 @@ public: */ virtual Integration::StencilBufferAvailable GetStencilBufferRequired() = 0; - /** - * @brief Sets the background color of the surface. - * @param[in] color The new background color - */ - virtual void SetBackgroundColor( Vector4 color ) override - { - mBackgroundColor = color; - } - - /** - * @brief Gets the background color of the surface. - * @return The background color - */ - virtual Vector4 GetBackgroundColor() override - { - return mBackgroundColor; - } - public: void SetAdaptor( Dali::Internal::Adaptor::AdaptorInternalServices& adaptor )