X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git;a=blobdiff_plain;f=dali%2Finternal%2Fwindow-system%2Fcommon%2Fwindow-render-surface.h;h=c00395f7f44415496d35acf4aafe7e397ef80314;hp=395656f2a8417c340983ebdabe994766467c4eff;hb=fe649671feabf0fd2f09fdfab62e3b2bf52f89ff;hpb=ecc81029f3f3da9228f459fbbbe8db0f0b807802 diff --git a/dali/internal/window-system/common/window-render-surface.h b/dali/internal/window-system/common/window-render-surface.h index 395656f..c00395f 100644 --- a/dali/internal/window-system/common/window-render-surface.h +++ b/dali/internal/window-system/common/window-render-surface.h @@ -129,6 +129,12 @@ public: // from Dali::RenderSurfaceInterface void GetDpi( unsigned int& dpiHorizontal, unsigned int& dpiVertical ) override; /** + * @brief Return the orientation of the surface. + * @return The orientation + */ + virtual int GetOrientation() const override; + + /** * @copydoc Dali::RenderSurfaceInterface::InitializeGraphics() */ void InitializeGraphics() override;