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

Unified Diff: third_party/WebKit/Source/core/css/FontFace.h

Issue 2620343003: Remove unused parameter from FontFace::loadWithCallback() (Closed)
Patch Set: Created 3 years, 11 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 | « no previous file | third_party/WebKit/Source/core/css/FontFace.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/css/FontFace.h
diff --git a/third_party/WebKit/Source/core/css/FontFace.h b/third_party/WebKit/Source/core/css/FontFace.h
index f4ed0f6019a8b60385c0e96022349c67dbcb0104..5f12f10641f9e57ce5a6bb712f110dc3c5f46c94 100644
--- a/third_party/WebKit/Source/core/css/FontFace.h
+++ b/third_party/WebKit/Source/core/css/FontFace.h
@@ -119,7 +119,7 @@ class FontFace : public GarbageCollectedFinalized<FontFace>,
virtual void notifyError(FontFace*) = 0;
DEFINE_INLINE_VIRTUAL_TRACE() {}
};
- void loadWithCallback(LoadFontCallback*, ExecutionContext*);
+ void loadWithCallback(LoadFontCallback*);
void addCallback(LoadFontCallback*);
// ScriptWrappable:
@@ -153,7 +153,6 @@ class FontFace : public GarbageCollectedFinalized<FontFace>,
bool setPropertyFromStyle(const StylePropertySet&, CSSPropertyID);
bool setPropertyValue(const CSSValue*, CSSPropertyID);
bool setFamilyValue(const CSSValue&);
- void loadInternal(ExecutionContext*);
ScriptPromise fontStatusPromise(ScriptState*);
using LoadedProperty = ScriptPromiseProperty<Member<FontFace>,
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/FontFace.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698