Bug 708116. Factor out logic for updating the current frame of a video element into a helper object. r=doublec

This commit is contained in:
Robert O'Callahan
2012-02-15 17:35:01 +13:00
parent b29e32c00b
commit de55610537
15 changed files with 249 additions and 169 deletions

View File

@@ -263,6 +263,7 @@ public:
* been created by this ImageContainer.
* Can be called on any thread. This method takes mReentrantMonitor
* when accessing thread-shared state.
* aImage can be null. While it's null, nothing will be painted.
*
* The Image data must not be modified after this method is called!
*/