RESOLVED FIXED 23854
DumpRenderTree window needs to be autodisplaying when displaying accelerated content
https://bugs.webkit.org/show_bug.cgi?id=23854
Summary DumpRenderTree window needs to be autodisplaying when displaying accelerated ...
Simon Fraser (smfr)
Reported 2009-02-09 14:01:32 PST
When running tests that rely on accelerated compositing, the DumpRenderTree window needs to be setAutodisplay:YES, otherwise the underlying engine does not start accelerated animations correctly.
Attachments
Patch (14.46 KB, patch)
2009-02-09 15:34 PST, Simon Fraser (smfr)
mitz: review+
Simon Fraser (smfr)
Comment 1 2009-02-09 15:34:16 PST
mitz
Comment 2 2009-02-25 11:55:21 PST
Comment on attachment 27499 [details] Patch In pointers to Objective-C instances, the space should go before the * (including in static_cast<>s). I am not sure why you are checking that the WebView responds to _isUsingAcceleratedCompositing. DumpRenderTree is not expected to be used with old WebKit. You don't need to declare and initialize the firstView variable outside the if statement. r=me
Simon Fraser (smfr)
Comment 3 2009-02-25 12:12:52 PST
Note You need to log in before you can comment on or make changes to this bug.