WidgetView::WidthForHeight and WidgetView::HeightForWidth
did exactly same jobs as Control::~~~For~~~. So just erase it.
Change-Id: I90e9cf4f9a40c8f1c35a6dbdee41f06aea63da0c
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
}
}
-float WidgetView::GetHeightForWidth( float width )
-{
- if( mWidth > 0 && mHeight > 0 )
- {
- return GetHeightForWidthBase( width );
- }
- else
- {
- return Control::GetHeightForWidthBase( width );
- }
-}
-
-float WidgetView::GetWidthForHeight( float height )
-{
- if( mWidth > 0 && mHeight > 0 )
- {
- return GetWidthForHeightBase( height );
- }
- else
- {
- return Control::GetWidthForHeightBase( height );
- }
-}
-
void WidgetView::CloseRemoteSurface()
{
if( mWatcherHandle != NULL )
*/
virtual Vector3 GetNaturalSize();
- /**
- * @copydoc Toolkit::Control::GetHeightForWidth()
- */
- virtual float GetHeightForWidth( float width );
-
- /**
- * @copydoc Toolkit::Control::GetWidthForHeight()
- */
- virtual float GetWidthForHeight( float height );
-
/**
* @copydoc Toolkit::Control::OnRelayout()
*/