Bug 67541 - Assert that PlatformCALayerWinInternal::displayCallback() is only called on the main thread
Summary: Assert that PlatformCALayerWinInternal::displayCallback() is only called on t...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Jeff Miller
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-02 16:48 PDT by Jeff Miller
Modified: 2011-09-02 17:15 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.56 KB, patch)
2011-09-02 16:51 PDT, Jeff Miller
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>