X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fadaptor%2Fcommon%2Fadaptor-impl.h;h=f0ff13cc22a99ce3f64aa7a7f603d8bf5e3fca31;hb=refs%2Ftags%2Fsubmit%2Ftizen%2F20190625.054022;hp=d6add7791a564d8fd1ed599d11a1506407a74c09;hpb=657f9ea508b546393b5933b4fee550c8608b6852;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/internal/adaptor/common/adaptor-impl.h b/dali/internal/adaptor/common/adaptor-impl.h index d6add77..f0ff13c 100755 --- a/dali/internal/adaptor/common/adaptor-impl.h +++ b/dali/internal/adaptor/common/adaptor-impl.h @@ -628,9 +628,8 @@ private: // Types STOPPED, ///< Adaptor has been stopped. }; - // There is no weak handle for BaseHandle in DALi, but we can't ref count the window here, - // so we have to store the raw pointer. - using WindowContainer = std::vector; + using SceneHolderPtr = IntrusivePtr< Dali::Internal::Adaptor::SceneHolder >; + using WindowContainer = std::vector; using ObserverContainer = std::vector; private: // Data