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

Unified Diff: Source/core/css/CSSFontFace.h

Issue 227083006: [Oilpan]: Moving the FontSelector/FontCacheClient, CSSSegmentedFontFace, and FontFaceCache to the o… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase 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 | « LayoutTests/OilpanExpectations ('k') | Source/core/css/CSSFontSelector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSFontFace.h
diff --git a/Source/core/css/CSSFontFace.h b/Source/core/css/CSSFontFace.h
index 3fbbe86a9025e102574224c0c7b0cfc305bf14de..39ab613e646e976e2efaf04456ffb6dc12848c38 100644
--- a/Source/core/css/CSSFontFace.h
+++ b/Source/core/css/CSSFontFace.h
@@ -112,6 +112,8 @@ private:
void setLoadStatus(FontFace::LoadStatus);
UnicodeRangeSet m_ranges;
+ // FIXME: Oilpan: Make m_segmentedFontFace a RawPtrWillBeMember when moving
+ // CSSFontFace to the heap.
CSSSegmentedFontFace* m_segmentedFontFace;
Deque<OwnPtr<CSSFontFaceSource> > m_sources;
FontFace* m_fontFace;
« no previous file with comments | « LayoutTests/OilpanExpectations ('k') | Source/core/css/CSSFontSelector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698