| Index: cc/layers/layer_iterator.h
|
| ===================================================================
|
| --- cc/layers/layer_iterator.h (revision 190264)
|
| +++ cc/layers/layer_iterator.h (working copy)
|
| @@ -203,7 +203,7 @@
|
| }
|
|
|
| inline bool current_layer_represents_contributing_render_surface() const {
|
| - return LayerTreeHostCommon::RenderSurfaceContributesToTarget<LayerType>(
|
| + return LayerTreeHostCommon::renderSurfaceContributesToTarget<LayerType>(
|
| current_layer(), target_render_surface_layer()->id());
|
| }
|
| inline bool current_layer_represents_target_render_surface() const {
|
|
|