Index: cc/resources/resource_update_controller_unittest.cc |
diff --git a/cc/resources/resource_update_controller_unittest.cc b/cc/resources/resource_update_controller_unittest.cc |
index ccbfaddc89ad7fe095867beaf9ef0fd49d4049b6..bbcb6b505447d5b8d1f0132fae98ffba749a77bf 100644 |
--- a/cc/resources/resource_update_controller_unittest.cc |
+++ b/cc/resources/resource_update_controller_unittest.cc |
@@ -124,7 +124,8 @@ class ResourceUpdateControllerTest : public Test { |
for (int i = 0; i < 4; i++) { |
textures_[i] = PrioritizedResource::Create(resource_manager_.get(), |
- gfx::Size(300, 150), GL_RGBA); |
+ gfx::Size(300, 150), |
+ RGBA_8888); |
textures_[i]-> |
set_request_priority(PriorityCalculator::VisiblePriority(true)); |
} |