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

Unified Diff: sky/engine/core/css/CSSFontFace.h

Issue 1223843003: Remove support for loading remote font faces (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 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 | « sky/engine/core/css/CSSCustomFontData.h ('k') | sky/engine/core/css/CSSFontFace.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/css/CSSFontFace.h
diff --git a/sky/engine/core/css/CSSFontFace.h b/sky/engine/core/css/CSSFontFace.h
index 337ebc57d1fd10d0520b0633e84a6ea5c2558246..06916c00d1f5584eca23119d0d1b8c255e86ade8 100644
--- a/sky/engine/core/css/CSSFontFace.h
+++ b/sky/engine/core/css/CSSFontFace.h
@@ -39,7 +39,6 @@ namespace blink {
class CSSFontSelector;
class Document;
class FontDescription;
-class RemoteFontFaceSource;
class SimpleFontData;
class StyleRuleFontFace;
@@ -67,10 +66,6 @@ public:
void addSource(PassOwnPtr<CSSFontFaceSource>);
- void didBeginLoad();
- void fontLoaded(RemoteFontFaceSource*);
- void fontLoadWaitLimitExceeded(RemoteFontFaceSource*);
-
PassRefPtr<SimpleFontData> getFontData(const FontDescription&);
struct UnicodeRange {
« no previous file with comments | « sky/engine/core/css/CSSCustomFontData.h ('k') | sky/engine/core/css/CSSFontFace.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698