Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(99)

Unified Diff: cc/resources/scoped_resource_unittest.cc

Issue 664803003: Update from chromium a8e7c94b1b79a0948d05a1fcfff53391d22ce37a (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/resources/resource_update_controller_unittest.cc ('k') | cc/resources/tile_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/scoped_resource_unittest.cc
diff --git a/cc/resources/scoped_resource_unittest.cc b/cc/resources/scoped_resource_unittest.cc
index 7c7e05557554c6ab29f90e74e837f5f0bececa71..a141218a053508ef5c7d352f5beb5996fda629c5 100644
--- a/cc/resources/scoped_resource_unittest.cc
+++ b/cc/resources/scoped_resource_unittest.cc
@@ -28,8 +28,7 @@ TEST(ScopedResourceTest, NewScopedResource) {
NULL,
0,
false,
- 1,
- false));
+ 1));
scoped_ptr<ScopedResource> texture =
ScopedResource::Create(resource_provider.get());
@@ -55,8 +54,7 @@ TEST(ScopedResourceTest, CreateScopedResource) {
NULL,
0,
false,
- 1,
- false));
+ 1));
scoped_ptr<ScopedResource> texture =
ScopedResource::Create(resource_provider.get());
texture->Allocate(
@@ -85,8 +83,7 @@ TEST(ScopedResourceTest, ScopedResourceIsDeleted) {
NULL,
0,
false,
- 1,
- false));
+ 1));
{
scoped_ptr<ScopedResource> texture =
ScopedResource::Create(resource_provider.get());
« no previous file with comments | « cc/resources/resource_update_controller_unittest.cc ('k') | cc/resources/tile_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698