[Webkit-unassigned] [Bug 60180] New: 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:41:15 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=60180
Summary: Including RenderLayerCompositor.h with
USE(ACCELERATED_COMPOSITING) disabled causes
compilation error.
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: jer.noble at apple.com
CC: simon.fraser at apple.com
RenderLayerCompositor inherits from GraphicsLayerClient, the definition of which is wrapped in a USE(ACCELERATED_COMPOSITING) conditional. If RenderLayerCompositor is truly dependent on a class which is only available when that flag is enabled, the RenderLayerCompositor should be wrapped in a USE(ACCELERATED_COMPOSITING) conditional as well.
--
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