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

Unified Diff: Source/core/css/CSSFontFace.h

Issue 316353003: Remove font fetching fallback for CORS failures (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add/Update tests Created 6 years, 6 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 | « LayoutTests/http/tests/webfont/webfont-cors-expected.html ('k') | Source/core/css/CSSFontFace.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSFontFace.h
diff --git a/Source/core/css/CSSFontFace.h b/Source/core/css/CSSFontFace.h
index 33f64e91ea604999ff3cf2592f3497e854fa7427..96ddbf5260129278445eda3afb66c0753fe5dd9d 100644
--- a/Source/core/css/CSSFontFace.h
+++ b/Source/core/css/CSSFontFace.h
@@ -65,9 +65,6 @@ public:
bool isValid() const { return !m_sources.isEmpty(); }
- // FIXME: Should not be exposed (used by tentative CORS fallback code).
- CSSFontSelector* fontSelector() const;
-
void addSource(PassOwnPtrWillBeRawPtr<CSSFontFaceSource>);
void didBeginLoad();
« no previous file with comments | « LayoutTests/http/tests/webfont/webfont-cors-expected.html ('k') | Source/core/css/CSSFontFace.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698