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

Unified Diff: skia/ext/fontmgr_default_win.h

Issue 2618443002: Remove use of legacy SkFontMgr factories. (Closed)
Patch Set: Another include. Created 3 years, 11 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
Index: skia/ext/fontmgr_default_win.h
diff --git a/skia/ext/fontmgr_default_win.h b/skia/ext/fontmgr_default_win.h
index cea72c1bd2ad9cf17926a09c212287867eba7276..07d2f741b34738134dc3de3737fc5c7d8a6a5dc2 100644
--- a/skia/ext/fontmgr_default_win.h
+++ b/skia/ext/fontmgr_default_win.h
@@ -5,10 +5,11 @@
#ifndef SKIA_EXT_FONTMGR_DEFAULT_WIN_H_
#define SKIA_EXT_FONTMGR_DEFAULT_WIN_H_
+#include "third_party/skia/include/core/SkRefCnt.h"
#include "third_party/skia/include/core/SkTypes.h"
class SkFontMgr;
-void SK_API SetDefaultSkiaFactory(SkFontMgr* fontmgr);
+void SK_API SetDefaultSkiaFactory(sk_sp<SkFontMgr> fontmgr);
#endif // SKIA_EXT_FONTMGR_DEFAULT_WIN_H_

Powered by Google App Engine
This is Rietveld 408576698