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

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

Issue 2624893003: Move the FontFaceCache stored in CSSFontSelector to be stored in Document. (Closed)
Patch Set: Add a helper function Created 3 years, 11 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/FontFaceSet.h
diff --git a/third_party/WebKit/Source/core/css/FontFaceSet.h b/third_party/WebKit/Source/core/css/FontFaceSet.h
index a92f209f65a662ea08f55275b8945bd2eaa5dea6..d2884379e174074d5abf63c7f7e4e177e63a65b3 100644
--- a/third_party/WebKit/Source/core/css/FontFaceSet.h
+++ b/third_party/WebKit/Source/core/css/FontFaceSet.h
@@ -49,7 +49,6 @@ namespace blink {
class CSSFontSelector;
class ExceptionState;
class Font;
-class FontFaceCache;
class ExecutionContext;
using FontFaceSetIterable = PairIterable<Member<FontFace>, Member<FontFace>>;
@@ -107,7 +106,7 @@ class FontFaceSet final : public EventTargetWithInlineData,
static const char* supplementName() { return "FontFaceSet"; }
- void addFontFacesToFontFaceCache(FontFaceCache*, CSSFontSelector*);
+ void addFontFacesToFontFaceCache(CSSFontSelector*);
DECLARE_VIRTUAL_TRACE();

Powered by Google App Engine
This is Rietveld 408576698