Closed
Bug 923133
Opened 11 years ago
Closed 11 years ago
Remove makeCurrentContext call in -[ChildView lockFocus]
Categories
(Core :: Widget: Cocoa, defect)
Tracking
()
RESOLVED
FIXED
mozilla27
People
(Reporter: mstange, Assigned: mstange)
Details
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
Details | Diff | Splinter Review |
I don't know why we'd need the lockFocus override in the first place. I've started a Try run and will do more tests before landing, but I think this can go.
It seems wrong to me to call makeCurrentContext on the main thread, whereas with OMTC the context only ever needs to be current on the Compositor thread.
Attachment #813132 -
Flags: review?(matt.woodrow)
Updated•11 years ago
|
Attachment #813132 -
Flags: review?(matt.woodrow) → review+
Assignee | ||
Comment 1•11 years ago
|
||
This one also removes the lockFocus declaration in nsChildView.h.
Attachment #813132 -
Attachment is obsolete: true
Assignee | ||
Comment 2•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla27
You need to log in
before you can comment on or make changes to this bug.
Description
•