[dali_1.0.38] Merge branch 'tizen'
[platform/core/uifw/dali-demo.git] / examples / animated-shapes / animated-shapes-example.cpp
index 5eb6f36..ba34cea 100644 (file)
@@ -56,7 +56,7 @@ public:
 
     //Create a view
     mView = Dali::Toolkit::View::New();
-    mView.SetResizePolicy( FILL_TO_PARENT, ALL_DIMENSIONS );
+    mView.SetResizePolicy( ResizePolicy::FILL_TO_PARENT, Dimension::ALL_DIMENSIONS );
     stage.Add( mView );
 
     //Set background image for the view