| Index: cc/layers/delegated_renderer_layer_impl_unittest.cc
|
| diff --git a/cc/layers/delegated_renderer_layer_impl_unittest.cc b/cc/layers/delegated_renderer_layer_impl_unittest.cc
|
| index 6fa07c9c2c7c5c03af1aebdbe105717fdc008148..498ae07e58734ea9f3880384a39d1550c5684500 100644
|
| --- a/cc/layers/delegated_renderer_layer_impl_unittest.cc
|
| +++ b/cc/layers/delegated_renderer_layer_impl_unittest.cc
|
| @@ -276,7 +276,7 @@ TEST_F(DelegatedRendererLayerImplTestSimple, DoesNotOwnARenderSurface) {
|
| EXPECT_TRUE(host_impl_->PrepareToDraw(&frame));
|
|
|
| // If the DelegatedRendererLayer is axis aligned and has opacity 1, then it
|
| - // has no need to be a renderSurface for the quads it carries.
|
| + // has no need to be a RenderSurface for the quads it carries.
|
| EXPECT_FALSE(delegated_renderer_layer_->render_surface());
|
|
|
| host_impl_->DrawLayers(&frame, base::TimeTicks::Now());
|
| @@ -650,7 +650,7 @@ TEST_F(DelegatedRendererLayerImplTestTransform, QuadsUnclipped_NoSurface) {
|
| &contrib_delegated_shared_quad_state);
|
|
|
| // When the quads don't have a clip of their own, the clip rect is set to
|
| - // the drawableContentRect of the delegated renderer layer.
|
| + // the drawable_content_rect of the delegated renderer layer.
|
| EXPECT_EQ(gfx::Rect(21, 21, 60, 60).ToString(),
|
| root_delegated_shared_quad_state->clip_rect.ToString());
|
|
|
| @@ -1025,7 +1025,7 @@ TEST_F(DelegatedRendererLayerImplTestClip,
|
| contrib_delegated_quad_list[0]->shared_quad_state;
|
|
|
| // When the quads don't have a clip of their own, the clip rect is set to
|
| - // the drawableContentRect of the delegated renderer layer.
|
| + // the drawable_content_rect of the delegated renderer layer.
|
| EXPECT_EQ(gfx::Rect(20, 20, 50, 50).ToString(),
|
| root_delegated_shared_quad_state->clip_rect.ToString());
|
| // Quads are clipped to the delegated renderer layer.
|
| @@ -1087,7 +1087,7 @@ TEST_F(DelegatedRendererLayerImplTestClip,
|
| contrib_delegated_quad_list[0]->shared_quad_state;
|
|
|
| // When the quads don't have a clip of their own, the clip rect is set to
|
| - // the drawableContentRect of the delegated renderer layer. When the layer
|
| + // the drawable_content_rect of the delegated renderer layer. When the layer
|
| // is clipped, that should be seen in the quads' clip_rect.
|
| EXPECT_EQ(gfx::Rect(21, 27, 23, 21).ToString(),
|
| root_delegated_shared_quad_state->clip_rect.ToString());
|
|
|