Closed
Bug 1198362
Opened 8 years ago
Closed 8 years ago
Delete PreciseRefreshDriverTimer
Categories
(Core :: Graphics, defect, P2)
Tracking
()
RESOLVED
FIXED
mozilla43
Tracking | Status | |
---|---|---|
firefox43 | --- | fixed |
People
(Reporter: mchang, Assigned: mchang)
References
Details
(Whiteboard: gfx-noted)
Attachments
(1 file)
4.86 KB,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
The PreciseRefreshDriverTimer[1] with Silk is only used on content process startup to bootstrap the process until the Vsync IPC connection is ready. We can delete this and simplify it to be a StartupRefreshDriverTimer that just ticks at a given rate, without a lot of correction logic, until the Vsync refresh timer is ready. [1] https://dxr.mozilla.org/mozilla-central/source/layout/base/nsRefreshDriver.cpp?case=true&from=nsRefreshDriver.cpp#461
Assignee | ||
Comment 1•8 years ago
|
||
Attachment #8652428 -
Flags: review?(roc)
Attachment #8652428 -
Flags: review?(roc) → review+
Assignee | ||
Comment 2•8 years ago
|
||
url: https://hg.mozilla.org/integration/mozilla-inbound/rev/c3b9538afc427bb568c6f43e90e9db2a75656243 changeset: c3b9538afc427bb568c6f43e90e9db2a75656243 user: Mason Chang <mchang@mozilla.com> date: Wed Aug 26 09:45:54 2015 -0400 description: Bug 1198362 - Delete PreciseRefreshDriverTimer. r=roc
Comment 3•8 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/c3b9538afc42
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla43
You need to log in
before you can comment on or make changes to this bug.
Description
•