| Index: cc/layers/draw_properties.h
|
| diff --git a/cc/layers/draw_properties.h b/cc/layers/draw_properties.h
|
| index aba8c27282ebde169ee6531e4cf5d3850f9c2c57..ad598bc46f6dceeebd16cf49712dad7e7a9be22d 100644
|
| --- a/cc/layers/draw_properties.h
|
| +++ b/cc/layers/draw_properties.h
|
| @@ -37,7 +37,7 @@ struct CC_EXPORT DrawProperties {
|
| gfx::Transform screen_space_transform;
|
|
|
| // DrawProperties::opacity may be different than LayerType::opacity,
|
| - // particularly in the case when a renderSurface re-parents the layer's
|
| + // particularly in the case when a RenderSurface re-parents the layer's
|
| // opacity, or when opacity is compounded by the hierarchy.
|
| float opacity;
|
|
|
| @@ -53,7 +53,7 @@ struct CC_EXPORT DrawProperties {
|
| // True if the layer can use LCD text.
|
| bool can_use_lcd_text;
|
|
|
| - // True if the layer needs to be clipped by clipRect.
|
| + // True if the layer needs to be clipped by clip_rect.
|
| bool is_clipped;
|
|
|
| // The layer whose coordinate space this layer draws into. This can be
|
|
|