Changeset 58028 in webkit


Ignore:
Timestamp:
Apr 21, 2010 5:15:26 PM (14 years ago)
Author:
evan@chromium.org
Message:

2010-04-21 Evan Martin <evan@chromium.org>

Unreviewed, just a dependency change.

[chromium] roll skia forward to r538
https://bugs.webkit.org/show_bug.cgi?id=37960

This will cause a bunch of pixel tests to fail due to bulleted
lists rendering slightly differently. I will grab new baselines
from the bots and check them in in a followup.

  • DEPS:
Location:
trunk/WebKit/chromium
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/chromium/ChangeLog

    r58019 r58028  
     12010-04-21  Evan Martin  <evan@chromium.org>
     2
     3        Unreviewed, just a dependency change.
     4
     5        [chromium] roll skia forward to r538
     6        https://bugs.webkit.org/show_bug.cgi?id=37960
     7
     8        This will cause a bunch of pixel tests to fail due to bulleted
     9        lists rendering slightly differently.  I will grab new baselines
     10        from the bots and check them in in a followup.
     11
     12        * DEPS:
     13
    1142010-04-21  Evan Stade  <estade@chromium.org>
    215
  • trunk/WebKit/chromium/DEPS

    r57720 r58028  
    5656  # skia dependencies
    5757  'skia':
    58     Var('chromium_svn')+'/skia@'+Var('chromium_rev'),
     58    Var('chromium_svn')+'/skia@538',  # TODO: go back to +Var('chromium_rev'),
    5959  'third_party/skia/src':
    6060    From('chromium_deps', 'src/third_party/skia/src'),
Note: See TracChangeset for help on using the changeset viewer.