RESOLVED FIXED 27352
Video size sometimes jumps just after the video starts loading
https://bugs.webkit.org/show_bug.cgi?id=27352
Summary Video size sometimes jumps just after the video starts loading
Simon Fraser (smfr)
Reported 2009-07-16 14:36:04 PDT
With hardware-accelerated video, sometimes the size jumps just after the video starts loading. It's an ordering problem where we end up creating the video rendering before the intrinsic size is known.
Attachments
Patch, changelog (3.04 KB, patch)
2009-07-16 14:39 PDT, Simon Fraser (smfr)
darin: review+
Simon Fraser (smfr)
Comment 1 2009-07-16 14:39:52 PDT
Created attachment 32893 [details] Patch, changelog
Darin Adler
Comment 2 2009-07-16 14:41:29 PDT
Comment on attachment 32893 [details] Patch, changelog > + bool readyForRendering() const; I think it would be slightly better to call this isReadyForRendering for two reasons. 1) "ready" is verb as well as an adjective. 2) Without the "is", the function seems like it might be the caller saying we are ready, rather than asking. r=me
Simon Fraser (smfr)
Comment 3 2009-07-16 18:33:04 PDT
Note You need to log in before you can comment on or make changes to this bug.