Bug 96138 - [chromium] Remove bad assert in CCRenderPass::Id
Summary: [chromium] Remove bad assert in CCRenderPass::Id
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:
Blocks:
 
Reported: 2012-09-07 13:29 PDT by Dana Jansens
Modified: 2012-09-07 13:47 PDT (History)
5 users (show)

See Also:


Attachments
Patch (1.71 KB, patch)
2012-09-07 13:30 PDT, Dana Jansens
no flags Details | Formatted Diff | Diff
Patch (1.58 KB, patch)
2012-09-07 13:46 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-09-07 13:29:02 PDT
[chromium] Remove bad assert in CCRenderPass::Id
Comment 1 Dana Jansens 2012-09-07 13:30:02 PDT
Created attachment 162854 [details]
Patch
Comment 2 James Robinson 2012-09-07 13:44:13 PDT
Comment on attachment 162854 [details]
Patch

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

> Source/WebCore/platform/graphics/chromium/cc/CCRenderPass.h:70
> +        { }

} can go on its own line
Comment 3 Dana Jansens 2012-09-07 13:46:13 PDT
Created attachment 162859 [details]
Patch
Comment 4 Dana Jansens 2012-09-07 13:47:26 PDT
Committed r127913: <http://trac.webkit.org/changeset/127913>