Bug 67541

Summary: Assert that PlatformCALayerWinInternal::displayCallback() is only called on the main thread
Product: WebKit Reporter: Jeff Miller <jeffm>
Component: MediaAssignee: Jeff Miller <jeffm>
Status: RESOLVED FIXED    
Severity: Normal CC: aroben, eric.carlson
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
Patch simon.fraser: review+

Description Jeff Miller 2011-09-02 16:48:20 PDT
Assert that PlatformCALayerWinInternal::displayCallback() is only called on the main thread
Comment 1 Jeff Miller 2011-09-02 16:51:50 PDT
Created attachment 106225 [details]
Patch
Comment 2 Simon Fraser (smfr) 2011-09-02 17:00:34 PDT
Comment on attachment 106225 [details]
Patch

Can you say when it might not be called on the main thread?
Comment 3 Jeff Miller 2011-09-02 17:13:45 PDT
(In reply to comment #2)
> (From update of attachment 106225 [details])
> Can you say when it might not be called on the main thread?

I have not found a reproducible case of this, but this assert should help track it down.
Comment 4 Jeff Miller 2011-09-02 17:15:05 PDT
Committed r94465: <http://trac.webkit.org/changeset/94465>