| 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 aa07bf826d42928c0c2ff239e6b35f02004b00d7..54bf153d1e5669e9645543d660267761f3817f9e 100644
|
| --- a/cc/layers/heads_up_display_layer_impl.h
|
| +++ b/cc/layers/heads_up_display_layer_impl.h
|
| @@ -125,7 +125,7 @@ class CC_EXPORT HeadsUpDisplayLayerImpl : public LayerImpl {
|
| void ReleaseUnmatchedSizeResources(ResourceProvider* resource_provider);
|
|
|
| ScopedPtrVector<ScopedResource> resources_;
|
| - scoped_ptr<SkCanvas> hud_canvas_;
|
| + skia::RefPtr<SkSurface> hud_surface_;
|
|
|
| skia::RefPtr<SkTypeface> typeface_;
|
|
|
|
|