| 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 4750fafc7ed34d832b500aa459377974d6bc34eb..12d6aefe56aa164408158de4bea5b25fcd3f07ce 100644
|
| --- a/cc/layers/heads_up_display_layer.h
|
| +++ b/cc/layers/heads_up_display_layer.h
|
| @@ -20,13 +20,13 @@ class CC_EXPORT HeadsUpDisplayLayer : public ContentsScalingLayer {
|
| void PrepareForCalculateDrawProperties(
|
| const gfx::Size& device_viewport, float device_scale_factor);
|
|
|
| - virtual bool DrawsContent() const OVERRIDE;
|
|
|
| virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl)
|
| OVERRIDE;
|
|
|
| protected:
|
| HeadsUpDisplayLayer();
|
| + virtual bool HasDrawableContent() const OVERRIDE;
|
|
|
| private:
|
| virtual ~HeadsUpDisplayLayer();
|
|
|