diff options
author | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-18 19:39:59 +0000 |
---|---|---|
committer | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-18 19:39:59 +0000 |
commit | 9f4f6fc63bc6d2ea5bfb4565f1c0305a917617d2 (patch) | |
tree | f5718972207559534149a1ec04980330f271cb05 | |
parent | de208c1e053da999fa5b4ab449afb191997bf285 (diff) | |
download | chromium_src-9f4f6fc63bc6d2ea5bfb4565f1c0305a917617d2.zip chromium_src-9f4f6fc63bc6d2ea5bfb4565f1c0305a917617d2.tar.gz chromium_src-9f4f6fc63bc6d2ea5bfb4565f1c0305a917617d2.tar.bz2 |
Rolled ANGLE revision to r384.
This is to a fix that allows Vista and Windows 7 to recover from a GPU lost context. The fix is to use Direct3D 9Ex instead of Direct3D 9 when it is available.
TEST=try
BUG=52318
Review URL: http://codereview.chromium.org/3134019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56575 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ deps = { "http://googletest.googlecode.com/svn/trunk@408", "src/third_party/angle": - "http://angleproject.googlecode.com/svn/trunk@382", + "http://angleproject.googlecode.com/svn/trunk@384", "src/third_party/WebKit": "/trunk/deps/third_party/WebKit@33467", |