Bug 86147

Summary: ScrollView::fixedVisibleContentRect should be public
Product: WebKit Reporter: Adam Barth <abarth>
Component: New BugsAssignee: Adam Barth <abarth>
Status: RESOLVED FIXED    
Severity: Normal CC: eric, kenneth
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 66687    
Attachments:
Description Flags
Patch eric: review+

Description Adam Barth 2012-05-10 14:28:49 PDT
ScrollView::fixedVisibleContentRect should be public
Comment 1 Adam Barth 2012-05-10 14:30:28 PDT
Created attachment 141258 [details]
Patch
Comment 2 Eric Seidel (no email) 2012-05-10 14:34:09 PDT
http://trac.webkit.org/changeset/91064
Comment 3 Eric Seidel (no email) 2012-05-10 14:35:08 PDT
Comment on attachment 141258 [details]
Patch

It's not clear to me why Android would need this information.  This appears to have come from the Qt port as part of their mobile work.  I wonder what iOS does/why it doesn't need this functionality.
Comment 4 Adam Barth 2012-05-10 14:36:24 PDT
It's used by WebViewImpl::showTouchHighlightQuads
Comment 5 Adam Barth 2012-05-10 14:36:51 PDT
Committed r116688: <http://trac.webkit.org/changeset/116688>