X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fwindow-system%2Fcommon%2Fwindow-base.h;h=2246d6c64dcfc1bbf35ab67a596e62cbabc0314b;hb=88182dddac40e95258d7cff3daa2f21b1bcd6174;hp=a9e340f3ea5111452414a823e06b157ad040229b;hpb=83c7013db6be44a7c97e34ec54095aef437d9520;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/internal/window-system/common/window-base.h b/dali/internal/window-system/common/window-base.h index a9e340f..2246d6c 100644 --- a/dali/internal/window-system/common/window-base.h +++ b/dali/internal/window-system/common/window-base.h @@ -342,13 +342,7 @@ public: /** * @copydoc Dali::Window::SetParent() */ - virtual void SetParent( Any parent ) = 0; - - /** - * @brief Check whether the window is matched or not. - * @return The result of matched. - */ - virtual bool IsMatchedWindow( Any window ) = 0; + virtual void SetParent( WindowBase* parentWinBase ) = 0; // Signals