Index: cc/trees/layer_tree_host_unittest_context.cc |
diff --git a/cc/trees/layer_tree_host_unittest_context.cc b/cc/trees/layer_tree_host_unittest_context.cc |
index fb0c9c8c7c8cfaa6665560cbbbf730b2b12db71d..cc536f41c19dacad1c5bd800a8213e15137f26c6 100644 |
--- a/cc/trees/layer_tree_host_unittest_context.cc |
+++ b/cc/trees/layer_tree_host_unittest_context.cc |
@@ -993,10 +993,8 @@ class LayerTreeHostContextTestDontUseLostResources |
ResourceProvider::ResourceId resource = |
child_resource_provider_->CreateResource( |
- gfx::Size(4, 4), |
- GL_CLAMP_TO_EDGE, |
- ResourceProvider::TextureHintImmutable, |
- RGBA_8888); |
+ gfx::Size(4, 4), GL_CLAMP_TO_EDGE, |
+ ResourceProvider::TEXTURE_HINT_IMMUTABLE, RGBA_8888); |
ResourceProvider::ScopedWriteLockGL lock(child_resource_provider_.get(), |
resource); |