Closed
Bug 1166584
Opened 10 years ago
Closed 10 years ago
nsNativeThemeGTK.cpp build failure (HelpersCairo.h not found when skia-disabled)
Categories
(Core :: Graphics: Layers, defect)
Tracking
()
RESOLVED
FIXED
mozilla41
| Tracking | Status | |
|---|---|---|
| firefox41 | --- | fixed |
People
(Reporter: stevensn, Assigned: lsalzman)
References
Details
Attachments
(1 file)
|
755 bytes,
patch
|
jrmuizel
:
review+
|
Details | Diff | Splinter Review |
nsNativeThemeGTK fails to build with skia-disabled
In file included from /home/buildbot/buildbot/slave/runtests/build/obj-powerpc64-unknown-linux-gnu/widget/gtk/Unified_cpp_widget_gtk1.cpp:2:0:
9:02.03 /home/buildbot/buildbot/slave/runtests/build/widget/gtk/nsNativeThemeGTK.cpp:37:38: fatal error: mozilla/gfx/HelpersCairo.h: No such file or directory
9:02.03 #include "mozilla/gfx/HelpersCairo.h"
HelpersCario.h needs to be exported from 2d when skia is disabled.
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → lsalzman
OS: Unspecified → Linux
| Assignee | ||
Comment 1•10 years ago
|
||
Unconditionally export HelpersCairo.h - it was only being conditionally exported by accident
Attachment #8608193 -
Flags: review?(jmuizelaar)
Updated•10 years ago
|
Attachment #8608193 -
Flags: review?(jmuizelaar) → review+
| Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Keywords: checkin-needed
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox41:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla41
You need to log in
before you can comment on or make changes to this bug.
Description
•