Bug 127140

Summary: FrameView compile fix for non-accelerated-compositing
Product: WebKit Reporter: Alex Christensen <alex.christensen>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Trivial CC: bdakin, commit-queue, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows 7   
Attachments:
Description Flags
Patch none

Description Alex Christensen 2014-01-16 13:43:42 PST
http://trac.webkit.org/changeset/162138 doesn't compile because RenderView:: backgroundRect requires a parameter.  In RenderView::backgroundRect, unscaledDocumentRect() is used if hasColumns() and hasExtendedBackground() are both false.  I'm not completely sure which rectangle to use.  Is this correct?

When I use accelerated compositing on WinCairo, will all ports use accelerated compositing?  Then we could get rid of all the non-accelerated-compositing code, right?
Comment 1 Alex Christensen 2014-01-16 13:46:32 PST
Created attachment 221410 [details]
Patch
Comment 2 Beth Dakin 2014-01-16 15:50:58 PST
Comment on attachment 221410 [details]
Patch

Thanks Alex!
Comment 3 WebKit Commit Bot 2014-01-16 17:47:08 PST
Comment on attachment 221410 [details]
Patch

Clearing flags on attachment: 221410

Committed r162176: <http://trac.webkit.org/changeset/162176>
Comment 4 WebKit Commit Bot 2014-01-16 17:47:10 PST
All reviewed patches have been landed.  Closing bug.