[Webkit-unassigned] [Bug 60180] Including RenderLayerCompositor.h with USE(ACCELERATED_COMPOSITING) disabled causes compilation error.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 4 09:44:05 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=60180


Simon Fraser (smfr) <simon.fraser at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX




--- Comment #1 from Simon Fraser (smfr) <simon.fraser at apple.com>  2011-05-04 09:44:05 PST ---
RenderLayerCompositor.h should be included within guards. That's what we do everywhere.

#if USE(ACCELERATED_COMPOSITING)
#include "RenderLayerCompositor.h"
#endif

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list