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

Unified Diff: Source/core/svg/SVGRemoteFontFaceSource.h

Issue 298863009: Oilpan: add SVGRemoteFontFaceSource::trace(). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 7 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 | « no previous file | Source/core/svg/SVGRemoteFontFaceSource.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGRemoteFontFaceSource.h
diff --git a/Source/core/svg/SVGRemoteFontFaceSource.h b/Source/core/svg/SVGRemoteFontFaceSource.h
index 50a09b0d71cbd2b95207aa96d0aae6bc125ae262..0ef6b0e737866e6aa244ffd679f1d9b537950326 100644
--- a/Source/core/svg/SVGRemoteFontFaceSource.h
+++ b/Source/core/svg/SVGRemoteFontFaceSource.h
@@ -21,11 +21,13 @@ public:
virtual bool isSVGFontFaceSource() const OVERRIDE { return true; }
virtual bool ensureFontData() OVERRIDE;
+ virtual void trace(Visitor*) OVERRIDE;
+
private:
virtual PassRefPtr<SimpleFontData> createFontData(const FontDescription&) OVERRIDE;
String m_uri;
- RefPtrWillBePersistent<SVGFontElement> m_externalSVGFontElement;
+ RefPtrWillBeMember<SVGFontElement> m_externalSVGFontElement;
};
} // namespace WebCore
« no previous file with comments | « no previous file | Source/core/svg/SVGRemoteFontFaceSource.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698