diff options
author | alokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-19 19:14:09 +0000 |
---|---|---|
committer | alokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-19 19:14:09 +0000 |
commit | b1328bab31fcbe5023670f522f400b7488319b6f (patch) | |
tree | 964efa08125210bf46c0255ced71df9534c3086b /DEPS | |
parent | 39703fb7cbda4ac831258c70e7fac6517125febc (diff) | |
download | chromium_src-b1328bab31fcbe5023670f522f400b7488319b6f.zip chromium_src-b1328bab31fcbe5023670f522f400b7488319b6f.tar.gz chromium_src-b1328bab31fcbe5023670f522f400b7488319b6f.tar.bz2 |
Rolled forward ANGLE rev 447:463 to pick up the fixes for gl_PointCoord.
BUG=59763
TEST=OpenGL ES 2.0 conformance tests
Review URL: http://codereview.chromium.org/3826017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63084 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ deps = { (Var("googlecode_url") % "googletest") + "/trunk@492", "src/third_party/angle": - (Var("googlecode_url") % "angleproject") + "/trunk@447", + (Var("googlecode_url") % "angleproject") + "/trunk@463", "src/third_party/WebKit": "/trunk/deps/third_party/WebKit@33467", |