Skip to content

Commit

Permalink
Roll Skia DEPS to r12208
Browse files Browse the repository at this point in the history
R=reed@google.com

Review URL: https://codereview.chromium.org/68063002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234213 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
robertphillips@google.com committed Nov 11, 2013
1 parent c17a07f commit 3377220
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ vars = {

"sfntly_revision": "228",
"lighttpd_revision": "33737",
"skia_revision": "12182",
"skia_hash": "f3db546a4bf1717126a7ba4dd47ece077a6e76f7",
"skia_revision": "12208",
"skia_hash": "ed000840d4e56336858752994bad5d491e4ed4a5",
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling Skia
# and V8 without interference from each other.
Expand Down
5 changes: 5 additions & 0 deletions skia/skia_library_opts.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
'../third_party/skia/src/opts/SkXfermode_opts_none.cpp',
'../third_party/skia/src/opts/SkBitmapFilter_opts_SSE2.cpp',
'../third_party/skia/src/opts/SkMorphology_opts_SSE2.cpp',
'../third_party/skia/src/opts/SkBlurImage_opts_SSE2.cpp',
],
'dependencies': [
'skia_opts_ssse3',
Expand Down Expand Up @@ -109,6 +110,7 @@
'../third_party/skia/src/opts/SkUtils_opts_none.cpp',
'../third_party/skia/src/opts/SkXfermode_opts_none.cpp',
'../third_party/skia/src/opts/SkMorphology_opts_none.cpp',
'../third_party/skia/src/opts/SkBlurImage_opts_none.cpp',
],
}],
[ 'target_arch == "arm" and arm_version >= 6', {
Expand All @@ -119,6 +121,7 @@
'../third_party/skia/src/opts/opts_check_arm.cpp',
'../third_party/skia/src/opts/SkXfermode_opts_none.cpp',
'../third_party/skia/src/opts/SkMorphology_opts_none.cpp',
'../third_party/skia/src/opts/SkBlurImage_opts_none.cpp',
],
}],
[ 'target_arch == "mipsel"',{
Expand All @@ -132,6 +135,7 @@
'../third_party/skia/src/opts/SkUtils_opts_none.cpp',
'../third_party/skia/src/opts/SkXfermode_opts_none.cpp',
'../third_party/skia/src/opts/SkMorphology_opts_none.cpp',
'../third_party/skia/src/opts/SkBlurImage_opts_none.cpp',
],
}],
],
Expand Down Expand Up @@ -195,6 +199,7 @@
'../third_party/skia/src/opts/SkUtils_opts_none.cpp',
'../third_party/skia/src/opts/SkXfermode_opts_none.cpp',
'../third_party/skia/src/opts/SkMorphology_opts_none.cpp',
'../third_party/skia/src/opts/SkBlurImage_opts_none.cpp',
],
},
],
Expand Down
15 changes: 15 additions & 0 deletions skia/skia_test_expectations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,19 @@
# the Skia roll to 12018 again altered the way roundrects are drawn
crbug.com/314499 fast/canvas/image-object-in-canvas.html [ ImageOnlyFailure ]

# The roll to Skia r12208 introduce minor image differences in the following
# layout tests. These changes are due to: Skia r12198 Add ability to ninepatch
# blurred rounded rectangle https://codereview.chromium.org/48623006
crbug.com/317658 fast/box-shadow/basic-shadows.html [ ImageOnlyFailure ]
crbug.com/317658 fast/box-shadow/box-shadow-clipped-slices.html [ ImageOnlyFailure ]
crbug.com/317658 fast/box-shadow/shadow-tiling-artifact.html [ ImageOnlyFailure ]
crbug.com/317658 fast/css/shadow-multiple.html [ ImageOnlyFailure ]
crbug.com/317658 fast/repaint/shadow-multiple-horizontal.html [ ImageOnlyFailure ]
crbug.com/317658 fast/repaint/shadow-multiple-strict-horizontal.html [ ImageOnlyFailure ]
crbug.com/317658 fast/repaint/shadow-multiple-strict-vertical.html [ ImageOnlyFailure ]
crbug.com/317658 fast/repaint/shadow-multiple-vertical.html [ ImageOnlyFailure ]
crbug.com/317658 fast/writing-mode/box-shadow-horizontal-bt.html [ ImageOnlyFailure ]
crbug.com/317658 fast/writing-mode/box-shadow-vertical-lr.html [ ImageOnlyFailure ]
crbug.com/317658 fast/writing-mode/box-shadow-vertical-rl.html [ ImageOnlyFailure ]

# END OVERRIDES HERE (this line ensures that the file is newline-terminated)

0 comments on commit 3377220

Please sign in to comment.