| 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 fa38f15eafe9abc13cb284b34627867e497cea46..04bcc528543d36563db33d9eaa8d69fd42bccf85 100644
|
| --- a/cc/layers/heads_up_display_layer_impl.h
|
| +++ b/cc/layers/heads_up_display_layer_impl.h
|
| @@ -70,6 +70,8 @@ class CC_EXPORT HeadsUpDisplayLayerImpl : public LayerImpl {
|
|
|
| virtual const char* LayerTypeAsString() const OVERRIDE;
|
|
|
| + virtual void AsValueInto(base::DictionaryValue* dict) const OVERRIDE;
|
| +
|
| void UpdateHudContents();
|
| void DrawHudContents(SkCanvas* canvas) const;
|
|
|
|
|