Bug 131680

Summary: [CSS Regions] Create helper method for checking if a box is fragmented into a specific region
Product: WebKit Reporter: Radu Stavila <stavila>
Component: CSSAssignee: Radu Stavila <stavila>
Status: RESOLVED INVALID    
Severity: Normal Keywords: AdobeTracked
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 57312    

Description Radu Stavila 2014-04-15 09:47:19 PDT
Now, the process is:
1. Declare start/end region pointers
2. Call getRegionRangeForBox on the flow thread to obtain the region of the box
3. Call regionInRange on the flow thread to check if the region of interest is in the box's range

This should be replaced with a helper method:
1. Call new method on flow thread isBoxFragmentedIntoRegion(region).