LLVM/Emscripten fixes
[platform/core/uifw/dali-core.git] / dali / internal / event / images / resource-image-impl.h
index 95ab433..f32be6a 100644 (file)
@@ -64,7 +64,7 @@ public:
    * @return a pointer to a newly created object.
    */
   static ResourceImagePtr New( const std::string& url,
-                          const Dali::ImageAttributes& attributes,
+                          const ImageAttributes& attributes,
                           LoadPolicy loadPol = IMAGE_LOAD_POLICY_DEFAULT,
                           ReleasePolicy releasePol = IMAGE_RELEASE_POLICY_DEFAULT );
 
@@ -102,7 +102,7 @@ public:
    * If requested width or height was 0, they are replaced by concrete dimensions.
    * @return a copy of the attributes
    */
-  const Dali::ImageAttributes& GetAttributes() const;
+  const ImageAttributes& GetAttributes() const;
 
   /**
    * @copydoc Dali::ResourceImage::GetUrl()
@@ -166,13 +166,6 @@ protected:
 private:
 
   /**
-   * Helper method to determine if the filename indicates that the image has a 9 patch border.
-   * @param [in] url The URL of the image file.
-   * @return true if it is a 9 patch image
-   */
-  static bool IsNinePatch( const std::string& url );
-
-  /**
    * Helper method to set new resource ticket. Stops observing current ticket if any, and starts observing
    * the new one or just resets the intrusive pointer.
    * @param[in] ticket pointer to new resource Ticket or NULL.