Bug 108135

Summary: Avoid doing work at 60fps for tiled layers when not necessary
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: New BugsAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: bdakin, cmuppala, dino, simon.fraser, thorton, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch dino: review+

Description Simon Fraser (smfr) 2013-01-28 16:58:51 PST
Avoid doing work at 60fps for tiled layers when not necessary
Comment 1 Simon Fraser (smfr) 2013-01-28 17:05:35 PST
Created attachment 185111 [details]
Patch
Comment 2 Simon Fraser (smfr) 2013-01-28 17:06:10 PST
<rdar://problem/13034176>
Comment 3 Dean Jackson 2013-01-28 19:11:17 PST
Comment on attachment 185111 [details]
Patch

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

It seems weird to have a struct with only one member variable, but Simon mentions on IRC that there is a good chance the things a CommitState tracks may grow in the future.

> Source/WebCore/ChangeLog:26
> +        (GraphicsLayerCA):

Useless line.
Comment 4 Simon Fraser (smfr) 2013-01-28 19:44:39 PST
http://trac.webkit.org/changeset/141036