[3.0] workaround to support APP_RESOURCE_PATH constants in stylesheet.
[platform/core/uifw/dali-adaptor.git] / adaptors / devel-api / adaptor-framework / style-monitor.cpp
index 4b08a2b..c35a385 100644 (file)
@@ -77,6 +77,11 @@ bool StyleMonitor::LoadThemeFile( const std::string& filename, std::string& outp
   return GetImplementation(*this).LoadThemeFile( filename, output );
 }
 
+std::string StyleMonitor::GetAppResourcePath()
+{
+  return GetImplementation(*this).GetAppResourcePath();
+}
+
 StyleMonitor::StyleChangeSignalType& StyleMonitor::StyleChangeSignal()
 {
   return GetImplementation(*this).StyleChangeSignal();