| Index: cc/test/fake_content_layer_impl.h
|
| diff --git a/cc/test/fake_content_layer_impl.h b/cc/test/fake_content_layer_impl.h
|
| index 0d797a662c3957235f8d096599dae174dffcfcd8..ea81a0d0e67698651f9a9bad6b366a5b5096464e 100644
|
| --- a/cc/test/fake_content_layer_impl.h
|
| +++ b/cc/test/fake_content_layer_impl.h
|
| @@ -25,7 +25,7 @@ class FakeContentLayerImpl : public TiledLayerImpl {
|
| }
|
| void reset_lost_output_surface_count() { lost_output_surface_count_ = 0; }
|
|
|
| - virtual void didLoseOutputSurface() OVERRIDE;
|
| + virtual void DidLoseOutputSurface() OVERRIDE;
|
|
|
| private:
|
| explicit FakeContentLayerImpl(LayerTreeImpl* tree_impl, int id);
|
|
|