X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fintegration-api%2Frender-surface.h;h=b0a3b373ff10dee36ef01d73acd7b52d324b6963;hb=4f6cc67ac85e504f3be6e05a9560a3fc862a0a6d;hp=17f22e9d7d744399ed7154aa321d1bf5453d73e5;hpb=2ecd4fa47f0f90ff8679460fe35b433a09d45b47;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/integration-api/render-surface.h b/dali/integration-api/render-surface.h index 17f22e9..b0a3b37 100644 --- a/dali/integration-api/render-surface.h +++ b/dali/integration-api/render-surface.h @@ -103,6 +103,12 @@ public: virtual void GetDpi( unsigned int& dpiHorizontal, unsigned int& dpiVertical ) = 0; /** + * @brief Return the orientation of the surface. + * @return The orientation + */ + virtual int GetOrientation() const = 0; + + /** * @brief InitializeGraphics the platform specific graphics surface interfaces */ virtual void InitializeGraphics() = 0; @@ -183,18 +189,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) = 0; - - /** - * @brief Gets the background color of the surface. - * @return The background color - */ - virtual Vector4 GetBackgroundColor() = 0; - private: /**