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 dfe9b0da7f62f19046f924c3adb354c34c437ef8..b97eb141027bb7f9f88774cad4192dc276998082 100644 |
--- a/cc/layers/heads_up_display_layer_impl.h |
+++ b/cc/layers/heads_up_display_layer_impl.h |
@@ -130,7 +130,7 @@ class CC_EXPORT HeadsUpDisplayLayerImpl : public LayerImpl { |
void ReleaseUnmatchedSizeResources(ResourceProvider* resource_provider); |
std::vector<scoped_ptr<ScopedResource>> resources_; |
- skia::RefPtr<SkSurface> hud_surface_; |
+ sk_sp<SkSurface> hud_surface_; |
skia::RefPtr<SkTypeface> typeface_; |