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

Unified Diff: Source/platform/fonts/FontFallbackList.h

Issue 230303002: Revert of [Oilpan]: Moving the FontSelector/FontCacheClient, CSSSegmentedFontFace, and FontFaceCache to the o… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 8 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 | « Source/platform/fonts/FontCacheClient.h ('k') | Source/platform/fonts/FontFallbackList.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/fonts/FontFallbackList.h
diff --git a/Source/platform/fonts/FontFallbackList.h b/Source/platform/fonts/FontFallbackList.h
index 162972fd78699aefbb8a69d02b2f3b7e626cd585..dc799a56dabecb308d0e84bcae2274d2be3f9ee2 100644
--- a/Source/platform/fonts/FontFallbackList.h
+++ b/Source/platform/fonts/FontFallbackList.h
@@ -67,7 +67,7 @@
static PassRefPtr<FontFallbackList> create() { return adoptRef(new FontFallbackList()); }
~FontFallbackList() { releaseFontData(); }
- void invalidate(PassRefPtrWillBeRawPtr<FontSelector>);
+ void invalidate(PassRefPtr<FontSelector>);
bool isFixedPitch(const FontDescription& fontDescription) const
{
@@ -109,7 +109,7 @@
mutable GlyphPages m_pages;
mutable GlyphPageTreeNode* m_pageZero;
mutable const SimpleFontData* m_cachedPrimarySimpleFontData;
- RefPtrWillBePersistent<FontSelector> m_fontSelector;
+ RefPtr<FontSelector> m_fontSelector;
mutable WidthCache m_widthCache;
unsigned m_fontSelectorVersion;
mutable int m_familyIndex;
« no previous file with comments | « Source/platform/fonts/FontCacheClient.h ('k') | Source/platform/fonts/FontFallbackList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698