diff options
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | skia/skia.gyp | 2 |
2 files changed, 1 insertions, 3 deletions
@@ -52,7 +52,7 @@ vars = { "ffmpeg_hash": "bca931a3804e215f954de27bbef34cf15c576e92", "sfntly_revision": "128", - "skia_revision": "3709", + "skia_revision": "3695", # 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 bbea930..cfec687 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -363,8 +363,6 @@ '../third_party/skia/src/gpu/GrBufferAllocPool.cpp', '../third_party/skia/src/gpu/GrBufferAllocPool.h', '../third_party/skia/src/gpu/GrClip.cpp', - '../third_party/skia/src/gpu/GrClipMaskManager.cpp', - '../third_party/skia/src/gpu/GrClipMaskManager.h', '../third_party/skia/src/gpu/GrContext.cpp', '../third_party/skia/src/gpu/GrDefaultPathRenderer.cpp', '../third_party/skia/src/gpu/GrDefaultPathRenderer.h', |