don't know how this escaped my last commit...
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4586 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -317,6 +317,14 @@ public class MediaContainer extends Sprite
|
||||
return 1;
|
||||
}
|
||||
|
||||
/**
|
||||
* Called by MediaWrapper as notification that its size has changed.
|
||||
*/
|
||||
public function containerDimensionsUpdated (newWidth :Number, newHeight :Number) :void
|
||||
{
|
||||
// do nothing in base MediaContainer
|
||||
}
|
||||
|
||||
override public function toString () :String
|
||||
{
|
||||
return "MediaContainer[url=" + _url + "]";
|
||||
|
||||
Reference in New Issue
Block a user