Closed Bug 1354166 Opened 7 years ago Closed 7 years ago

nsAppRunner.cpp:1947:9: error: use of undeclared identifier 'gfxPlatform'

Categories

(Toolkit :: General, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla55
Tracking Status
firefox52 --- unaffected
firefox-esr52 --- unaffected
firefox53 --- unaffected
firefox54 --- unaffected
firefox55 --- fixed

People

(Reporter: MatsPalmgren_bugz, Assigned: MatsPalmgren_bugz)

References

Details

(Keywords: regression)

Attachments

(1 file)

nsAppRunner.cpp fails to compile due to missing #include:

3:43.15 toolkit/xre/nsAppRunner.cpp:1947:9: error: use of undeclared identifier 'gfxPlatform'
 3:43.15     if (gfxPlatform::IsHeadless()) {
 3:43.15         ^
Attached patch fixSplinter Review
Attachment #8855330 - Flags: review?(bdahl)
Comment on attachment 8855330 [details] [diff] [review]
fix

Review of attachment 8855330 [details] [diff] [review]:
-----------------------------------------------------------------

Must have been included in a unified file. Thanks for fixing.
Attachment #8855330 - Flags: review?(bdahl) → review+
Pushed by mpalmgren@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/1c3c3d26d35c
Add missing #include for gfxPlatform::IsHeadless().  r=bdahl
https://hg.mozilla.org/mozilla-central/rev/1c3c3d26d35c
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: