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

Unified Diff: skia/config/sk_ref_cnt_ext_release.h

Issue 1691073002: Add plumbing in blink to allow overriding the skia font manager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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/config/sk_ref_cnt_ext_release.h
diff --git a/skia/config/sk_ref_cnt_ext_release.h b/skia/config/sk_ref_cnt_ext_release.h
index 7736c84cf7e1d4280a260f410a7864e7d4053d95..6e274c5d05d8b6b70910fe8da8372cb717a5db9a 100644
--- a/skia/config/sk_ref_cnt_ext_release.h
+++ b/skia/config/sk_ref_cnt_ext_release.h
@@ -15,5 +15,10 @@ public:
void deref() const { SkRefCntBase::unref(); }
};
+namespace WTF {
+ inline void adopted(const SkRefCnt* object) {}
+ inline void requireAdoption(const SkRefCnt* object) {}
+};
+
#endif

Powered by Google App Engine
This is Rietveld 408576698