| 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 5c3720e6f99581e2d9ecad005b47a8c0fab4c90b..54bf153d1e5669e9645543d660267761f3817f9e 100644
|
| --- a/cc/layers/heads_up_display_layer_impl.h
|
| +++ b/cc/layers/heads_up_display_layer_impl.h
|
| @@ -127,6 +127,8 @@ class CC_EXPORT HeadsUpDisplayLayerImpl : public LayerImpl {
|
| ScopedPtrVector<ScopedResource> resources_;
|
| skia::RefPtr<SkSurface> hud_surface_;
|
|
|
| + skia::RefPtr<SkTypeface> typeface_;
|
| +
|
| float internal_contents_scale_;
|
| gfx::Size internal_content_bounds_;
|
|
|
|
|