| Index: cc/layers/heads_up_display_layer.h
|
| diff --git a/cc/layers/heads_up_display_layer.h b/cc/layers/heads_up_display_layer.h
|
| index f13d56bba67c544bf49ead8e154ff1d26a364f6c..91164294a5bbf84cc092b7f4bd670082ff296b83 100644
|
| --- a/cc/layers/heads_up_display_layer.h
|
| +++ b/cc/layers/heads_up_display_layer.h
|
| @@ -25,8 +25,6 @@ class CC_EXPORT HeadsUpDisplayLayer : public ContentsScalingLayer {
|
| virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl)
|
| OVERRIDE;
|
|
|
| - virtual std::string DebugName() OVERRIDE;
|
| -
|
| protected:
|
| HeadsUpDisplayLayer();
|
|
|
|
|