summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-21 19:41:42 +0000
committeralokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-21 19:41:42 +0000
commit9d0b0fbfc061a1889ae18fbefa92f7b73b065750 (patch)
tree1abbe2cb88a1983d704291f77c732cc17fc64ff4
parent4b170c5fbe7fcf69487424d580ce4dbeb7035a01 (diff)
downloadchromium_src-9d0b0fbfc061a1889ae18fbefa92f7b73b065750.zip
chromium_src-9d0b0fbfc061a1889ae18fbefa92f7b73b065750.tar.gz
chromium_src-9d0b0fbfc061a1889ae18fbefa92f7b73b065750.tar.bz2
Rolled ANGLE rev 463:466. The latest version fixes:
- Crash in gles2 conformance tests with empty shader - Stack overflow when parsing extension name BUG=59625 TEST=OpenGL ES 2.0 conformance tests Review URL: http://codereview.chromium.org/4061001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63400 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index ba67376..f19675a 100644
--- a/DEPS
+++ b/DEPS
@@ -34,7 +34,7 @@ deps = {
(Var("googlecode_url") % "googletest") + "/trunk@492",
"src/third_party/angle":
- (Var("googlecode_url") % "angleproject") + "/trunk@463",
+ (Var("googlecode_url") % "angleproject") + "/trunk@466",
"src/third_party/WebKit":
"/trunk/deps/third_party/WebKit@33467",