summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DEPS2
-rw-r--r--skia/skia.gyp2
-rw-r--r--webkit/tools/layout_tests/test_expectations.txt4
3 files changed, 7 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index 517c7e5..b9deed1 100644
--- a/DEPS
+++ b/DEPS
@@ -57,7 +57,7 @@ vars = {
"ffmpeg_hash": "23f177366e3bce3a628a7d3feedceed4e18dcc04",
"sfntly_revision": "134",
- "skia_revision": "4647",
+ "skia_revision": "4683",
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling Skia
# and V8 without interference from each other.
diff --git a/skia/skia.gyp b/skia/skia.gyp
index 5b85187..b12fb7d 100644
--- a/skia/skia.gyp
+++ b/skia/skia.gyp
@@ -430,6 +430,8 @@
'../third_party/skia/src/gpu/SkGrPixelRef.cpp',
'../third_party/skia/src/gpu/SkGrTexturePixelRef.cpp',
'../third_party/skia/src/gpu/effects/Gr1DKernelEffect.h',
+ '../third_party/skia/src/gpu/effects/GrColorTableEffect.cpp',
+ '../third_party/skia/src/gpu/effects/GrColorTableEffect.h',
'../third_party/skia/src/gpu/effects/GrConvolutionEffect.cpp',
'../third_party/skia/src/gpu/effects/GrConvolutionEffect.h',
'../third_party/skia/src/gpu/effects/GrMorphologyEffect.cpp',
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt
index ed2a7de..d39ec03 100644
--- a/webkit/tools/layout_tests/test_expectations.txt
+++ b/webkit/tools/layout_tests/test_expectations.txt
@@ -32,3 +32,7 @@
//
// EVERYTHING BELOW THIS LINE WILL BE DELETED AT EVERY WEBKIT DEPS ROLL
+// Requires rebaselining after skia roll
+BUGCR138159 : platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment.html = IMAGE
+BUGCR138159 : platform/chromium/virtual/gpu/fast/canvas/gradient-add-second-start-end-stop.html = IMAGE
+