Bug 24798
| Summary: | Missing #include <wx/dcgraph.h> | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Sven Kurzeder <sven.kurzeder> |
| Component: | WebKit wx | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | kevino |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
Sven Kurzeder
In the file \WebCore\platform\wx\wxcode\win\non-kerned-drawing.cpp the
following include is missing: #include <wx/dcgraph.h>
This leads to an undeclared wxGraphicsContext*.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Kevin Ollivier
Landed in r43261, thanks!