Bug 74118

Summary: Chromium DEPS roll to pick up use_skia=1 for Mac, and accompanying layout_test update
Product: WebKit Reporter: epoger
Component: Tools / TestsAssignee: Adam Barth <abarth>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, epoger, ojan, tony, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch abarth: review+

Description epoger 2011-12-08 12:20:27 PST
Chromium DEPS roll past Chromium's change to use skia by default on Mac (instead of CG).

Also, layout_test changes needed to keep tests green in the face of the use_skia change.
Comment 1 epoger 2011-12-08 12:24:57 PST
Created attachment 118448 [details]
Patch
Comment 2 epoger 2011-12-08 12:28:54 PST
Comment on attachment 118448 [details]
Patch

Adam- If you agree, my plan is to do the following tomorrow morning:

1. wait for a pretty green Chrome tree
2. land a Chromium change setting use_skia=1
3. modify the chromium_rev in this patch to the rev # landed in step 2
4. ask WebKit committer Cary Clark to land the patch for me

Sound OK?
Comment 3 Adam Barth 2011-12-08 12:33:02 PST
Comment on attachment 118448 [details]
Patch

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

> Source/WebKit/chromium/DEPS:35
> -  'chromium_rev': '112974',
> +  'chromium_rev': '112974', # EPOGER WILL UPDATE THIS BEFORE COMMITTING

You can use the phrase "OOPS!", which will be blocked by a pre-commit hook.
Comment 4 Adam Barth 2011-12-08 12:53:28 PST
> Sound OK?

Sounds great.
Comment 5 Tony Chang 2011-12-08 13:32:33 PST
I'll be gardening.  Let me know on IRC when you start this.
Comment 6 epoger 2011-12-09 08:18:44 PST
Committed r102454: <http://trac.webkit.org/changeset/102454>