diff options
author | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-09 01:18:59 +0000 |
---|---|---|
committer | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-09 01:18:59 +0000 |
commit | 9d51333be541c5876819005c3422b649585f191a (patch) | |
tree | 395a0ff94ba5796717e91ad332337facec5519a5 | |
parent | b4b294118ecb4c959d68f8998d825196d87dd248 (diff) | |
download | chromium_src-9d51333be541c5876819005c3422b649585f191a.zip chromium_src-9d51333be541c5876819005c3422b649585f191a.tar.gz chromium_src-9d51333be541c5876819005c3422b649585f191a.tar.bz2 |
Roll ANGLE 562:567.
567 Fixed a floating-point parsing assert
566 Avoid division by zero in the preprocessor
565 Delete geometry folder
564 Move geometry files.
563 Minor refactoring.
TEST=try, WebGL works
BUG=none
Review URL: http://codereview.chromium.org/6652003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77395 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ deps = { (Var("googlecode_url") % "googlemock") + "/trunk@359", "src/third_party/angle": - (Var("googlecode_url") % "angleproject") + "/trunk@562", + (Var("googlecode_url") % "angleproject") + "/trunk@567", # Note that this is *not* where we check out WebKit -- this just # puts some extra files into place for the real WebKit checkout to |