Bug 130058 - [iOS][WebKit 2] Wire the unobscured rect in the WebProcess
Summary: [iOS][WebKit 2] Wire the unobscured rect in the WebProcess
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Benjamin Poulain
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-10 17:59 PDT by Benjamin Poulain
Modified: 2014-03-10 18:28 PDT (History)
0 users

See Also:


Attachments
Patch (5.96 KB, patch)
2014-03-10 18:21 PDT, Benjamin Poulain
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Poulain 2014-03-10 17:59:32 PDT
[iOS][WebKit 2] Wire the unobscured rect in the WebProcess
Comment 1 Benjamin Poulain 2014-03-10 18:21:05 PDT
Created attachment 226361 [details]
Patch
Comment 2 Simon Fraser (smfr) 2014-03-10 18:24:19 PDT
Comment on attachment 226361 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=226361&action=review

> Source/WebCore/platform/ScrollView.h:184
> +    // Only valid without platform widget.

This comment is a bit vague. I'd say "The given rects are only used if there is no platform widget".
Comment 3 Benjamin Poulain 2014-03-10 18:28:51 PDT
Committed r165422: <http://trac.webkit.org/changeset/165422>