Commit 54821c48 authored by reed@google.com's avatar reed@google.com

roll skia to 4229

Review URL: https://chromiumcodereview.appspot.com/10538067

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141653 0039d316-1c4b-4281-b951-d872f2087c98
parent 2bc34f03
......@@ -55,7 +55,7 @@ vars = {
"ffmpeg_hash": "425c0ec6975cba904785e4277454c2ecdd694fbf",
"sfntly_revision": "128",
"skia_revision": "4172",
"skia_revision": "4229",
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling Skia
# and V8 without interference from each other.
......
......@@ -393,6 +393,7 @@
'../third_party/skia/src/gpu/GrPathRendererChain.h',
'../third_party/skia/src/gpu/GrSoftwarePathRenderer.cpp',
'../third_party/skia/src/gpu/GrSoftwarePathRenderer.h',
'../third_party/skia/src/gpu/GrPath.h',
'../third_party/skia/src/gpu/GrPathUtils.cpp',
'../third_party/skia/src/gpu/GrPlotMgr.h',
'../third_party/skia/src/gpu/GrRandom.h',
......@@ -439,6 +440,8 @@
'../third_party/skia/src/gpu/gl/GrGLIndexBuffer.cpp',
'../third_party/skia/src/gpu/gl/GrGLIndexBuffer.h',
'../third_party/skia/src/gpu/gl/GrGLInterface.cpp',
'../third_party/skia/src/gpu/gl/GrGLPath.cpp',
'../third_party/skia/src/gpu/gl/GrGLPath.h',
'../third_party/skia/src/gpu/gl/GrGLProgram.cpp',
'../third_party/skia/src/gpu/gl/GrGLProgram.h',
'../third_party/skia/src/gpu/gl/GrGLProgramStage.cpp',
......@@ -556,6 +559,7 @@
'../third_party/skia/src/utils/SkBitSet.h',
'../third_party/skia/src/utils/SkDeferredCanvas.cpp',
'../third_party/skia/src/utils/SkMatrix44.cpp',
'../third_party/skia/src/utils/SkNullCanvas.cpp',
'../third_party/skia/include/utils/SkNWayCanvas.h',
'../third_party/skia/src/utils/SkNWayCanvas.cpp',
......@@ -715,6 +719,8 @@
'../third_party/skia/include/images/SkMovie.h',
'../third_party/skia/include/images/SkPageFlipper.h',
'../third_party/skia/include/utils/SkNullCanvas.h',
'ext/bitmap_platform_device.h',
'ext/bitmap_platform_device_android.cc',
'ext/bitmap_platform_device_android.h',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment