diff options
author | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-01 02:14:55 +0000 |
---|---|---|
committer | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-01 02:14:55 +0000 |
commit | d0368f665fd1b17368ea82f958d908913314a7fa (patch) | |
tree | 2b384658396e169fc9d9fec8efdff77950bd5804 /DEPS | |
parent | 356463347dc634fad1315926ea459530216b3621 (diff) | |
download | chromium_src-d0368f665fd1b17368ea82f958d908913314a7fa.zip chromium_src-d0368f665fd1b17368ea82f958d908913314a7fa.tar.gz chromium_src-d0368f665fd1b17368ea82f958d908913314a7fa.tar.bz2 |
Rolled ANGLE r541:r551.
r551 Fixed commitRect so it correctly flips the source rectangle and dest point on Y. http://codereview.appspot.com/4047050
r545 Reject non-ASCII characters in shader source at the preprocessor level. http://codereview.appspot.com/4094047
TEST=try
BUG=none
Review URL: http://codereview.chromium.org/6250064
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73241 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ deps = { "http://googlemock.googlecode.com/svn/trunk@300", "src/third_party/angle": - (Var("googlecode_url") % "angleproject") + "/trunk@541", + (Var("googlecode_url") % "angleproject") + "/trunk@551", "src/third_party/WebKit": "/trunk/deps/third_party/WebKit@71605", |