Add WebView example
[platform/core/uifw/dali-demo.git] / examples-reel / dali-examples-reel.cpp
index 32d2995..5bd2874 100644 (file)
@@ -89,6 +89,7 @@ int DALI_EXPORT_API main(int argc, char **argv)
   demo.AddExample(Example("tilt.example", DALI_DEMO_STR_TITLE_TILT_SENSOR));
   demo.AddExample(Example("tooltip.example", DALI_DEMO_STR_TITLE_TOOLTIP));
   demo.AddExample(Example("transitions.example", DALI_DEMO_STR_TITLE_VISUAL_TRANSITIONS));
+  demo.AddExample(Example("web-view.example", DALI_DEMO_STR_TITLE_WEB_VIEW));
 
   demo.SortAlphabetically( true );