[Tizen] Support Client Rotation and Screen Rotation
[platform/core/uifw/dali-core.git] / automated-tests / src / dali / dali-test-suite-utils / test-render-surface.cpp
index 332d77e..066b37e 100644 (file)
@@ -40,6 +40,11 @@ void TestRenderSurface::GetDpi( unsigned int& dpiHorizontal, unsigned int& dpiVe
   dpiHorizontal = dpiVertical = 96;
 };
 
+int TestRenderSurface::GetOrientation() const
+{
+  return 0;
+};
+
 void TestRenderSurface::InitializeGraphics()
 {
 }