Bug 81764 - [Qt] Don't go through the UI process to update a layer's contents size.
Summary: [Qt] Don't go through the UI process to update a layer's contents size.
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: Jocelyn Turcotte
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-21 05:06 PDT by Jocelyn Turcotte
Modified: 2012-03-21 10:20 PDT (History)
2 users (show)

See Also:


Attachments
Patch (6.32 KB, patch)
2012-03-21 05:13 PDT, Jocelyn Turcotte
kenneth: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jocelyn Turcotte 2012-03-21 05:06:21 PDT
[Qt] Don't go through the UI process to update a layer's contents size.
Comment 1 Jocelyn Turcotte 2012-03-21 05:13:38 PDT
Created attachment 133016 [details]
Patch
Comment 2 Kenneth Rohde Christiansen 2012-03-21 05:23:33 PDT
Comment on attachment 133016 [details]
Patch

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

pls test desktop version

> Source/WebKit2/ChangeLog:9
> +        A shrinking contents size will make sure that old contents won't show
> +        on tiles since this area won't be painted over.

This is hard to understand

> Source/WebKit2/ChangeLog:11
> +        this could occasionally show some glitch frames

missing dot at end :P :P
Comment 3 Jocelyn Turcotte 2012-03-21 10:20:14 PDT
Committed r111563: <http://trac.webkit.org/changeset/111563>