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

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

Issue 928103002: Remove some unused functions in core (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: git cl try Created 5 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: Source/core/css/CSSSegmentedFontFace.h
diff --git a/Source/core/css/CSSSegmentedFontFace.h b/Source/core/css/CSSSegmentedFontFace.h
index 4e6a73bd191a63694acda630e19a1569b0272fb6..97070ae556bfd4a9ae2e1d8e939409a8f68bac4d 100644
--- a/Source/core/css/CSSSegmentedFontFace.h
+++ b/Source/core/css/CSSSegmentedFontFace.h
@@ -75,8 +75,6 @@ private:
void pruneTable();
bool isValid() const;
- bool isLoading() const;
- bool isLoaded() const;
typedef WillBeHeapListHashSet<RefPtrWillBeMember<FontFace> > FontFaceList;

Powered by Google App Engine
This is Rietveld 408576698