summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvangelis@chromium.org <vangelis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-21 22:42:30 +0000
committervangelis@chromium.org <vangelis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-21 22:42:30 +0000
commit82ea3444b6810dff8876c933f6ce57476482af4f (patch)
tree3b113da29fa3ae029e9e3f21abf0d108a8626fc6
parent15c2bb32e4b2a436e404695ee7b5ea564cc9c60b (diff)
downloadchromium_src-82ea3444b6810dff8876c933f6ce57476482af4f.zip
chromium_src-82ea3444b6810dff8876c933f6ce57476482af4f.tar.gz
chromium_src-82ea3444b6810dff8876c933f6ce57476482af4f.tar.bz2
Rolling ANGLE 498:516 to include out of bounds access fixes for single channel textures.
TEST: basic testing with a handful of WebGL apps and pages that trigger the compositor to make sure there are no obvious regressions. Review URL: http://codereview.chromium.org/6006005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69887 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index 2ad03dd..6b11d8a 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@498",
+ (Var("googlecode_url") % "angleproject") + "/trunk@516",
"src/third_party/WebKit":
"/trunk/deps/third_party/WebKit@33467",