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

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: Rebase Created 3 years, 10 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 61b02bbe0f0defa7ae2d14fa55bddd1b8ff95967..4ea1c492473279e05bb21b4b71c94c770e760689 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();
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSFontSelector.cpp ('k') | third_party/WebKit/Source/core/css/FontFaceSet.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698