Bug 126967 - Pack RenderLayer harder.
Summary: Pack RenderLayer harder.
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:
 
Reported: 2014-01-14 00:37 PST by Andreas Kling
Modified: 2014-01-14 10:29 PST (History)
5 users (show)

See Also:


Attachments
Patch (3.41 KB, patch)
2014-01-14 00:39 PST, Andreas Kling
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2014-01-14 00:37:33 PST
Pack RenderLayer harder.
Comment 1 Andreas Kling 2014-01-14 00:39:36 PST
Created attachment 221116 [details]
Patch
Comment 2 WebKit Commit Bot 2014-01-14 02:31:27 PST
Comment on attachment 221116 [details]
Patch

Clearing flags on attachment: 221116

Committed r161954: <http://trac.webkit.org/changeset/161954>
Comment 3 WebKit Commit Bot 2014-01-14 02:31:28 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 Simon Fraser (smfr) 2014-01-14 10:29:01 PST
Comment on attachment 221116 [details]
Patch

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

> Source/WebCore/rendering/RenderLayer.h:1264
> -    BlendMode m_blendMode;
> +    BlendMode m_blendMode : 5;
>  #endif

I thought that Windows didn't like enums in bitfields?