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

Unified Diff: Source/core/css/FontFace.idl

Issue 184633005: [CSS Font Loading] Remove FontFace#ready, fold its functionality into FontFace#load (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 years, 9 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 | « Source/core/css/FontFace.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/FontFace.idl
diff --git a/Source/core/css/FontFace.idl b/Source/core/css/FontFace.idl
index a3a0809d9107a89ea85783d052049322ab40c860..638b82fa1640c013de581f9416539cc8c12a0023 100644
--- a/Source/core/css/FontFace.idl
+++ b/Source/core/css/FontFace.idl
@@ -54,6 +54,5 @@ enum FontFaceLoadStatus {
readonly attribute FontFaceLoadStatus status;
- [CallWith=ExecutionContext] void load();
- [CallWith=ExecutionContext] Promise ready();
+ [CallWith=ExecutionContext] Promise load();
};
« no previous file with comments | « Source/core/css/FontFace.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698