Summary: | Including RenderLayerCompositor.h with USE(ACCELERATED_COMPOSITING) disabled causes compilation error. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jer Noble <jer.noble> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | REOPENED --- | ||
Severity: | Normal | CC: | simon.fraser |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | OS X 10.6 |
Description
Jer Noble
2011-05-04 09:41:15 PDT
RenderLayerCompositor.h should be included within guards. That's what we do everywhere. #if USE(ACCELERATED_COMPOSITING) #include "RenderLayerCompositor.h" #endif Seems OK to wrap the header contents in guards. |