Bug 81180 - RenderStyle: Return opaque Color objects rather than const-references.
Summary: RenderStyle: Return opaque Color objects rather than const-references.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks: 69521
  Show dependency treegraph
 
Reported: 2012-03-14 19:03 PDT by Andreas Kling
Modified: 2012-03-15 14:24 PDT (History)
4 users (show)

See Also:


Attachments
Proposed patch (14.43 KB, patch)
2012-03-14 19:21 PDT, Andreas Kling
koivisto: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2012-03-14 19:03:07 PDT
Prep work for storing colors as RGBA32/bool buddies.
Comment 1 Andreas Kling 2012-03-14 19:21:08 PDT
Created attachment 131978 [details]
Proposed patch
Comment 2 Andreas Kling 2012-03-15 14:24:38 PDT
Committed r110886: <http://trac.webkit.org/changeset/110886>