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

Unified Diff: sky/engine/core/css/CSSFontFaceSrcValue.cpp

Issue 799113003: Remove hasFailedOrCanceledSubresources. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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/CSSFontFaceSrcValue.h ('k') | sky/engine/core/css/CSSImageSetValue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/css/CSSFontFaceSrcValue.cpp
diff --git a/sky/engine/core/css/CSSFontFaceSrcValue.cpp b/sky/engine/core/css/CSSFontFaceSrcValue.cpp
index 407c12d4a1b0c2755e44dc7796b265be7d8f6fc8..adc660058815279445ee3628bfc61524a5f80fcf 100644
--- a/sky/engine/core/css/CSSFontFaceSrcValue.cpp
+++ b/sky/engine/core/css/CSSFontFaceSrcValue.cpp
@@ -75,13 +75,6 @@ String CSSFontFaceSrcValue::customCSSText() const
return result.toString();
}
-bool CSSFontFaceSrcValue::hasFailedOrCanceledSubresources() const
-{
- if (!m_fetched)
- return false;
- return m_fetched->loadFailedOrCanceled();
-}
-
FontResource* CSSFontFaceSrcValue::fetch(Document* document)
{
if (!m_fetched) {
« no previous file with comments | « sky/engine/core/css/CSSFontFaceSrcValue.h ('k') | sky/engine/core/css/CSSImageSetValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698