Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(519)

Unified Diff: ui/gfx/hud_font.h

Issue 2011713003: Roll skia to 8cc209111876b7c78b5ec577c9221d8ed5e21024 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « skia/skia_gn_files.gypi ('k') | ui/gfx/hud_font.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/hud_font.h
diff --git a/ui/gfx/hud_font.h b/ui/gfx/hud_font.h
index f72a050d6e19578c50b8001ed83ce369c84bf001..748f542ff71e5e1b90f98de1c3dd4049f9dd86e1 100644
--- a/ui/gfx/hud_font.h
+++ b/ui/gfx/hud_font.h
@@ -5,15 +5,15 @@
#ifndef UI_GFX_HUD_FONT_H_
#define UI_GFX_HUD_FONT_H_
-#include "skia/ext/refptr.h"
+#include "third_party/skia/include/core/SkRefCnt.h"
#include "ui/gfx/gfx_export.h"
class SkTypeface;
namespace gfx {
-GFX_EXPORT void SetHudTypeface(skia::RefPtr<SkTypeface> typeface);
-GFX_EXPORT skia::RefPtr<SkTypeface> GetHudTypeface();
+GFX_EXPORT void SetHudTypeface(sk_sp<SkTypeface> typeface);
+GFX_EXPORT sk_sp<SkTypeface> GetHudTypeface();
} // namespace gfx
« no previous file with comments | « skia/skia_gn_files.gypi ('k') | ui/gfx/hud_font.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698