diff options
author | jbauman@chromium.org <jbauman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-03 00:21:35 +0000 |
---|---|---|
committer | jbauman@chromium.org <jbauman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-03 00:21:35 +0000 |
commit | bb8c29247a7a6507a0bbdc02da5a976693329a10 (patch) | |
tree | 17692849bd4cde42a63762bc21c6f66d7cffcdd7 /DEPS | |
parent | 5bca9eefaee2a8749fe3f02557b0f51252e05675 (diff) | |
download | chromium_src-bb8c29247a7a6507a0bbdc02da5a976693329a10.zip chromium_src-bb8c29247a7a6507a0bbdc02da5a976693329a10.tar.gz chromium_src-bb8c29247a7a6507a0bbdc02da5a976693329a10.tar.bz2 |
Roll ANGLE r740:r744
Pick up some new performance fixes.
BUG=93170
TEST=trybots, various webgl and canvas pages
Review URL: http://codereview.chromium.org/7828053
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99488 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ deps = { (Var("googlecode_url") % "googlemock") + "/trunk@374", "src/third_party/angle": - (Var("googlecode_url") % "angleproject") + "/trunk@740", + (Var("googlecode_url") % "angleproject") + "/trunk@744", # Note that this is *not* where we check out WebKit -- this just # puts some extra files into place for the real WebKit checkout to |