Fixed TCT build 20/37220/1
authorPaul Wisbey <p.wisbey@samsung.com>
Sun, 22 Mar 2015 13:14:25 +0000 (13:14 +0000)
committerPaul Wisbey <p.wisbey@samsung.com>
Sun, 22 Mar 2015 13:14:25 +0000 (13:14 +0000)
Change-Id: Ied3ee3e4758ec76f28689ac3d9556b5857f765bb

automated-tests/src/dali-adaptor/dali-test-suite-utils/test-platform-abstraction.cpp
automated-tests/src/dali-adaptor/dali-test-suite-utils/test-platform-abstraction.h

index cac8dd0f58753b56f1bc0980ae4d22c5d011535e..60de63db840148459d13771a34e6fb480d8684ce 100644 (file)
@@ -160,6 +160,23 @@ bool TestPlatformAbstraction::IsLoading()
   return mIsLoadingResult;
 }
 
+/**
+ * @copydoc PlatformAbstraction::GetDefaultFontDescription()
+ */
+void TestPlatformAbstraction::GetDefaultFontDescription( std::string& family, std::string& style ) const
+{
+  // TODO
+}
+
+/**
+ * @copydoc PlatformAbstraction::GetDefaultFontSize()
+ */
+int TestPlatformAbstraction::GetDefaultFontSize() const
+{
+  // TODO
+  return int();
+}
+
 /**
  * @copydoc PlatformAbstraction::SetDpi()
  */
index b8fddb974c4feeb4cf7ce25b157ee2bcda63a6c9..80e6bd639a285ddf77912a5ed68d94f29e8204f3 100644 (file)
@@ -135,6 +135,16 @@ public:
    */
   virtual bool IsLoading();
 
+  /**
+   * @copydoc PlatformAbstraction::GetDefaultFontDescription()
+   */
+  virtual void GetDefaultFontDescription( std::string& family, std::string& style ) const;
+
+  /**
+   * @copydoc PlatformAbstraction::GetDefaultFontSize()
+   */
+  virtual int GetDefaultFontSize() const;
+
   /**
    * @copydoc PlatformAbstraction::SetDpi()
    */