Bug 124576
Summary: | [CSS Regions] Move the isValid logic to RenderNamedFlowFragment | ||
---|---|---|---|
Product: | WebKit | Reporter: | Andrei Bucur <abucur> |
Component: | WebCore Misc. | Assignee: | Andrei Bucur <abucur> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | bfulgham, WebkitBugTracker |
Priority: | P2 | Keywords: | AdobeTracked |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 57312 |
Andrei Bucur
There is no reason to have isValid bit inside the RenderRegion class. The bit is used to mark a region as generating cyclic dependencies between named flows. Move the bit to RenderNamedFlowFragment.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Brent Fulgham
CSS Regions were removed in Bug 174978.