diff options
author | rsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-29 19:07:36 +0000 |
---|---|---|
committer | rsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-29 19:07:36 +0000 |
commit | 155399dd35c53dddae3d9dbcd7200c8f3999e6ef (patch) | |
tree | 3ffea43c0ee03e39e6e32d2069a84cf48eb55ed1 /cc/resources/scoped_resource_unittest.cc | |
parent | 4c49e99611219800c5f85acd0bbc89f405622961 (diff) | |
download | chromium_src-155399dd35c53dddae3d9dbcd7200c8f3999e6ef.zip chromium_src-155399dd35c53dddae3d9dbcd7200c8f3999e6ef.tar.gz chromium_src-155399dd35c53dddae3d9dbcd7200c8f3999e6ef.tar.bz2 |
Revert 191400 "cc: Add ‘chromium_code’: 1 to cc.gyp and cc_t..."
CrOS bots are unhappy
> cc: Add ‘chromium_code’: 1 to cc.gyp and cc_tests.gyp
>
> And fix compile errors that it causes.
>
> Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=191364
>
> Review URL: https://codereview.chromium.org/13206004
TBR=danakj@chromium.org
Review URL: https://codereview.chromium.org/13334005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@191414 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/resources/scoped_resource_unittest.cc')
-rw-r--r-- | cc/resources/scoped_resource_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/resources/scoped_resource_unittest.cc b/cc/resources/scoped_resource_unittest.cc index 97e93d2..a9a087e 100644 --- a/cc/resources/scoped_resource_unittest.cc +++ b/cc/resources/scoped_resource_unittest.cc @@ -42,7 +42,7 @@ TEST(ScopedResourceTest, CreateScopedResource) { EXPECT_EQ(expected_bytes, texture->bytes()); EXPECT_LT(0u, texture->id()); - EXPECT_EQ(static_cast<unsigned>(GL_RGBA), texture->format()); + EXPECT_EQ(GL_RGBA, texture->format()); EXPECT_EQ(gfx::Size(30, 30), texture->size()); } |