| Index: cc/layers/heads_up_display_layer_impl.h
|
| diff --git a/cc/layers/heads_up_display_layer_impl.h b/cc/layers/heads_up_display_layer_impl.h
|
| index 54bf153d1e5669e9645543d660267761f3817f9e..750d9913ab37ee4eae9ee09e3821db684b791515 100644
|
| --- a/cc/layers/heads_up_display_layer_impl.h
|
| +++ b/cc/layers/heads_up_display_layer_impl.h
|
| @@ -45,6 +45,8 @@ class CC_EXPORT HeadsUpDisplayLayerImpl : public LayerImpl {
|
|
|
| void ReleaseResources() override;
|
|
|
| + gfx::Rect GetEnclosingRectInTargetSpace() const override;
|
| +
|
| bool IsAnimatingHUDContents() const { return fade_step_ > 0; }
|
|
|
| private:
|
|
|