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

This commit is contained in:
Chris Pearce
2010-04-08 20:16:02 +12:00
parent f3f2fbddd6
commit d9b194cc5c
9 changed files with 62 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;