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

Unified Diff: sky/engine/core/css/CSSFontFaceSource.cpp

Issue 723253004: Remove tons of OILPAN. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « sky/engine/core/css/CSSFontFaceSource.h ('k') | sky/engine/core/css/CSSFontFaceSrcValue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/css/CSSFontFaceSource.cpp
diff --git a/sky/engine/core/css/CSSFontFaceSource.cpp b/sky/engine/core/css/CSSFontFaceSource.cpp
index 5e599ffc70784d23a85d0323bae15eee97171d65..bd943b42adb82baca69f2172fbe84ff3a408bba9 100644
--- a/sky/engine/core/css/CSSFontFaceSource.cpp
+++ b/sky/engine/core/css/CSSFontFaceSource.cpp
@@ -63,9 +63,4 @@ PassRefPtr<SimpleFontData> CSSFontFaceSource::getFontData(const FontDescription&
return fontData; // No release, because fontData is a reference to a RefPtr that is held in the m_fontDataTable.
}
-void CSSFontFaceSource::trace(Visitor* visitor)
-{
- visitor->trace(m_face);
-}
-
}
« no previous file with comments | « sky/engine/core/css/CSSFontFaceSource.h ('k') | sky/engine/core/css/CSSFontFaceSrcValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698