Bug 156365 - Make it possible to test effect of view exposed rect on tiled backing
Summary: Make it possible to test effect of view exposed rect on tiled backing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-07 14:31 PDT by Simon Fraser (smfr)
Modified: 2016-04-07 16:14 PDT (History)
1 user (show)

See Also:


Attachments
Patch (21.14 KB, patch)
2016-04-07 14:45 PDT, Simon Fraser (smfr)
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2016-04-07 14:31:45 PDT
Make it possible to test effect of view exposed rect on tiled backing
Comment 1 Simon Fraser (smfr) 2016-04-07 14:45:18 PDT
Created attachment 275940 [details]
Patch
Comment 2 Tim Horton 2016-04-07 14:50:38 PDT
Comment on attachment 275940 [details]
Patch

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

> Source/WebCore/testing/Internals.cpp:2392
> +void Internals::setViewExposedRect(float left, float top, float width, float height, ExceptionCode& ec)

left top! not x y?
Comment 3 Simon Fraser (smfr) 2016-04-07 16:14:53 PDT
https://trac.webkit.org/r199200