[Webkit-unassigned] [Bug 90245] New: updateDescendantDependentFlags() is inside #if USE(ACCELERATED_COMPOSITING)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jun 28 21:20:26 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=90245
Summary: updateDescendantDependentFlags() is inside #if
USE(ACCELERATED_COMPOSITING)
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Layout and Rendering
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: simon.fraser at apple.com
CC: jchaffraix at webkit.org
RenderLayer::styleChanged() has:
#if USE(ACCELERATED_COMPOSITING)
updateDescendantDependentFlags();
updateTransform();
Seems like both should be outside the #ifdef
--
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