Bug 88469 - [chromium] In each composited frame, didDraw() should only be called on layers for which willDraw() was called
Summary: [chromium] In each composited frame, didDraw() should only be called on layer...
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: Dana Jansens
URL:
Keywords:
Depends on: 88516
Blocks:
  Show dependency treegraph
 
Reported: 2012-06-06 16:49 PDT by Dana Jansens
Modified: 2012-06-07 08:09 PDT (History)
6 users (show)

See Also:


Attachments
Patch (6.60 KB, patch)
2012-06-06 16:50 PDT, Dana Jansens
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dana Jansens 2012-06-06 16:49:03 PDT
[chromium] In each composited frame, didDraw() should only be called on layers for which willDraw() was called
Comment 1 Dana Jansens 2012-06-06 16:50:06 PDT
Created attachment 146143 [details]
Patch
Comment 2 James Robinson 2012-06-06 16:55:16 PDT
Comment on attachment 146143 [details]
Patch

R=me
Comment 3 WebKit Review Bot 2012-06-06 23:54:21 PDT
Comment on attachment 146143 [details]
Patch

Clearing flags on attachment: 146143

Committed r119689: <http://trac.webkit.org/changeset/119689>
Comment 4 WebKit Review Bot 2012-06-06 23:54:26 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 WebKit Review Bot 2012-06-07 02:24:29 PDT
Re-opened since this is blocked by 88516
Comment 6 Dana Jansens 2012-06-07 08:07:56 PDT
Problem was the test created a layer with id 0.
Comment 7 Dana Jansens 2012-06-07 08:09:50 PDT
Committed r119725: <http://trac.webkit.org/changeset/119725>