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

Unified Diff: third_party/WebKit/Source/core/css/FontFaceCache.h

Issue 1858753003: Remove RawPtr from core/css (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
Index: third_party/WebKit/Source/core/css/FontFaceCache.h
diff --git a/third_party/WebKit/Source/core/css/FontFaceCache.h b/third_party/WebKit/Source/core/css/FontFaceCache.h
index 11ea85550d4ea9ed0d3143055c0faa4dcea7b805..64f083e57d3eff330b36df9b054d7361dda17e8e 100644
--- a/third_party/WebKit/Source/core/css/FontFaceCache.h
+++ b/third_party/WebKit/Source/core/css/FontFaceCache.h
@@ -48,11 +48,11 @@ public:
// FIXME: Remove CSSFontSelector as argument. Passing CSSFontSelector here is
// a result of egregious spaghettification in FontFace/FontFaceSet.
- void add(CSSFontSelector*, const StyleRuleFontFace*, RawPtr<FontFace>);
+ void add(CSSFontSelector*, const StyleRuleFontFace*, FontFace*);
void remove(const StyleRuleFontFace*);
void clearCSSConnected();
void clearAll();
- void addFontFace(CSSFontSelector*, RawPtr<FontFace>, bool cssConnected);
+ void addFontFace(CSSFontSelector*, FontFace*, bool cssConnected);
void removeFontFace(FontFace*, bool cssConnected);
// FIXME: It's sort of weird that add/remove uses StyleRuleFontFace* as key,
« no previous file with comments | « third_party/WebKit/Source/core/css/FontFace.cpp ('k') | third_party/WebKit/Source/core/css/FontFaceCache.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698