diff options
author | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-19 20:49:01 +0000 |
---|---|---|
committer | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-19 20:49:01 +0000 |
commit | 058e7b76bcc68217ab69453ff514dff315690230 (patch) | |
tree | 2a5d742934d27b7276b1dbff1bf74f845fba9196 /DEPS | |
parent | ff8877e1978db7658d0021f3081df6135f4c6498 (diff) | |
download | chromium_src-058e7b76bcc68217ab69453ff514dff315690230.zip chromium_src-058e7b76bcc68217ab69453ff514dff315690230.tar.gz chromium_src-058e7b76bcc68217ab69453ff514dff315690230.tar.bz2 |
Rolled ANGLE r534:r536.
r536 All surfaces follow D3D Y convention
http://codereview.appspot.com/3265041
r535 Build fix needed on certain platforms. Explicitly cast away const.
http://codereview.appspot.com/4043042
TEST=try
BUG=none
Review URL: http://codereview.chromium.org/6254010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71834 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@534", + (Var("googlecode_url") % "angleproject") + "/trunk@536", "src/third_party/WebKit": "/trunk/deps/third_party/WebKit@71605", |