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

Unified Diff: sky/engine/core/css/FontFaceSet.idl

Issue 922893002: Merge the Sky Engine changes from the SkyDart branch (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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
« no previous file with comments | « sky/engine/core/css/FontFaceSet.cpp ('k') | sky/engine/core/css/FontFaceSetForEachCallback.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/css/FontFaceSet.idl
diff --git a/sky/engine/core/css/FontFaceSet.idl b/sky/engine/core/css/FontFaceSet.idl
index c88d24f6407d4dfed1736dd6cf9ac9db5a671938..e1ca94c43461f20c8bf70bed8e992a6ad59f98c7 100644
--- a/sky/engine/core/css/FontFaceSet.idl
+++ b/sky/engine/core/css/FontFaceSet.idl
@@ -37,13 +37,10 @@ enum FontFaceSetLoadStatus { "loading", "loaded" };
] interface FontFaceSet : EventTarget {
[RaisesException] boolean check(DOMString font, optional DOMString text = null);
- [CallWith=ScriptState] Promise load(DOMString font, optional DOMString text = null);
- [MeasureAs=FontFaceSetReady, CallWith=ScriptState] Promise ready();
[RaisesException] void add(FontFace fontFace);
void clear();
[RaisesException, ImplementedAs=remove] boolean delete(FontFace fontFace);
- void forEach(FontFaceSetForEachCallback callback, optional any thisArg);
[RaisesException] boolean has(FontFace fontFace);
readonly attribute unsigned long size;
« no previous file with comments | « sky/engine/core/css/FontFaceSet.cpp ('k') | sky/engine/core/css/FontFaceSetForEachCallback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698