Bug 86537

Summary: [chromium] Chromium port never sets USE(CG) so code behind it is dead
Product: WebKit Reporter: James Robinson <jamesr>
Component: New BugsAssignee: James Robinson <jamesr>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, cc-bugs, pilgrim, tkent, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch enne: review+

Description James Robinson 2012-05-15 15:19:28 PDT
[chromium] Chromium port never sets USE(CG) so code behind it is dead
Comment 1 James Robinson 2012-05-15 15:21:09 PDT
Created attachment 142077 [details]
Patch
Comment 2 Adrienne Walker 2012-05-15 15:33:12 PDT
Comment on attachment 142077 [details]
Patch

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

Nice.  R=me.

> Source/WebCore/platform/chromium/ThemeChromiumMac.mm:37
>  #include "PlatformContextSkia.h"

This isn't a style header sorting error?
Comment 3 James Robinson 2012-05-15 15:35:31 PDT
(In reply to comment #2)
> (From update of attachment 142077 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=142077&action=review
> 
> Nice.  R=me.
> 
> > Source/WebCore/platform/chromium/ThemeChromiumMac.mm:37
> >  #include "PlatformContextSkia.h"
> 
> This isn't a style header sorting error?

It's the first #include in the file (the others are #import, which sorts alphabetically before #include)
Comment 4 James Robinson 2012-05-15 16:58:11 PDT
Committed r117190: <http://trac.webkit.org/changeset/117190>