Bug 556889 - Honour video aspect ratio in layers rendering. r=roc

This commit is contained in:
Chris Pearce
2010-04-27 20:53:44 +12:00
parent 35fd90e822
commit 4a0f88baec
9 changed files with 98 additions and 1 deletions

View File

@@ -167,6 +167,11 @@ public:
return mManager;
}
/**
* Returns the size of the image in pixels.
*/
virtual gfxIntSize GetCurrentSize() = 0;
protected:
LayerManager* mManager;