Skip to content

Commit

Permalink
Roll ANGLE 571:577
Browse files Browse the repository at this point in the history
577 Fixed framebuffer-object-attachment WebGL conformance test.
576 Update contributors and version
575 Fix clang warnings in PoolAlloc.cpp
574 Fix clang warnings: Intermediate.cpp: warning: '&&' within '||'
573 Fix clang warning: ParseHelper.cpp:264:13: warning: 8 enumeration values not handled in switch
571 Fix clang warning: ConstantUnion.h:56:17: warning: 7 enumeration values not handled in switch

TEST=trybots
BUG=none
Review URL: http://codereview.chromium.org/6712003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78619 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
apatrick@chromium.org committed Mar 17, 2011
1 parent 4c7e6d8 commit ee1cddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ deps = {
(Var("googlecode_url") % "googlemock") + "/trunk@359",

"src/third_party/angle":
(Var("googlecode_url") % "angleproject") + "/trunk@571",
(Var("googlecode_url") % "angleproject") + "/trunk@577",

# Note that this is *not* where we check out WebKit -- this just
# puts some extra files into place for the real WebKit checkout to
Expand Down

0 comments on commit ee1cddb

Please sign in to comment.