summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortomhudson@google.com <tomhudson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-19 16:38:00 +0000
committertomhudson@google.com <tomhudson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-19 16:38:00 +0000
commit7175fb1aa0ce9af46b557a8e59930f244df4cdb2 (patch)
tree58b1029ccb14b225acbd424c470b096c21791349
parent1e855567284cdfdd022534ecd6d191ad28f58e9c (diff)
downloadchromium_src-7175fb1aa0ce9af46b557a8e59930f244df4cdb2.zip
chromium_src-7175fb1aa0ce9af46b557a8e59930f244df4cdb2.tar.gz
chromium_src-7175fb1aa0ce9af46b557a8e59930f244df4cdb2.tar.bz2
Roll skia DEPS to r4647; we've had persistent Android breakage in 4654-4665.
Control is at http://chromiumcodereview.appspot.com/10807034/ Review URL: https://chromiumcodereview.appspot.com/10809012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147455 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--DEPS2
-rw-r--r--skia/skia.gyp2
2 files changed, 3 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index 0e25a4b..cfded0a 100644
--- a/DEPS
+++ b/DEPS
@@ -57,7 +57,7 @@ vars = {
"ffmpeg_hash": "23f177366e3bce3a628a7d3feedceed4e18dcc04",
"sfntly_revision": "134",
- "skia_revision": "4634",
+ "skia_revision": "4647",
# 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 d67d7d0..5b85187 100644
--- a/skia/skia.gyp
+++ b/skia/skia.gyp
@@ -438,6 +438,8 @@
'../third_party/skia/src/gpu/effects/GrGradientEffects.h',
'../third_party/skia/src/gpu/effects/GrSingleTextureEffect.cpp',
'../third_party/skia/src/gpu/effects/GrSingleTextureEffect.h',
+ '../third_party/skia/src/gpu/effects/GrTextureDomainEffect.cpp',
+ '../third_party/skia/src/gpu/effects/GrTextureDomainEffect.h',
'../third_party/skia/src/gpu/gl/GrGLCaps.cpp',
'../third_party/skia/src/gpu/gl/GrGLCaps.h',
'../third_party/skia/src/gpu/gl/GrGLContextInfo.cpp',