summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authoralokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-18 22:07:06 +0000
committeralokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-18 22:07:06 +0000
commit447af0b1e8ca4638cdcc554ca5e3583015f23e60 (patch)
tree9a9ae568d84ce2719f963ff7d5e25237652cacfb /DEPS
parent3a8e6cbfc886429d0bba78841fd6a93d98f65a26 (diff)
downloadchromium_src-447af0b1e8ca4638cdcc554ca5e3583015f23e60.zip
chromium_src-447af0b1e8ca4638cdcc554ca5e3583015f23e60.tar.gz
chromium_src-447af0b1e8ca4638cdcc554ca5e3583015f23e60.tar.bz2
Revert 66682 - ANGLE roll 473:485.
TEST=gles2 conformance tests. Review URL: http://codereview.chromium.org/5199001 compile errors: third_party/angle/src/compiler/glslang_tab.cpp: In function 'int yyparse(TParseContext*)': third_party/angle/src/compiler/glslang_tab.cpp:4122: error: no matching function for call to 'TIntermediate::addLoop(int, TIntermNode*&, TIntermTyped*&, int, bool, TSourceLoc&)' third_party/angle/src/compiler/localintermediate.h:43: note: candidates are: TIntermNode* TIntermediate::addLoop(TLoopType, TIntermNode*, TIntermTyped*, TIntermTyped*, TIntermNode*, TSourceLoc) third_party/angle/src/compiler/glslang_tab.cpp:4138: error: invalid conversion from 'int' to 'TLoopType' third_party/angle/src/compiler/glslang_tab.cpp:4138: error: initializing argument 1 of 'TIntermNode* TIntermediate::addLoop(TLoopType, TIntermNode*, TIntermTyped*, TIntermTyped*, TIntermNode*, TSourceLoc)' third_party/angle/src/compiler/glslang_tab.cpp:4152: error: no matching function for call to 'TIntermediate::addLoop(TIntermNode*&, TIntermNode*&, TIntermTyped*, TIntermTyped*, bool, TSourceLoc&)' third_party/angle/src/compiler/localintermediate.h:43: note: candidates are: TIntermNode* TIntermediate::addLoop(TLoopType, TIntermNode*, TIntermTyped*, TIntermTyped*, TIntermNode*, TSourceLoc) TBR=alokp@chromium.org Review URL: http://codereview.chromium.org/5219003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66686 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index c52921a..04e5cd8 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@485",
+ (Var("googlecode_url") % "angleproject") + "/trunk@473",
"src/third_party/WebKit":
"/trunk/deps/third_party/WebKit@33467",