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

Unified Diff: sky/engine/core/css/FontFace.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/FontFace.cpp ('k') | sky/engine/core/css/FontFaceSet.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/css/FontFace.idl
diff --git a/sky/engine/core/css/FontFace.idl b/sky/engine/core/css/FontFace.idl
index c6714e202fe56dad2f0ccc82cb5daad4284fd189..96fbd3d7c8195d46a8cec9ea0287b4bf1299c536 100644
--- a/sky/engine/core/css/FontFace.idl
+++ b/sky/engine/core/css/FontFace.idl
@@ -39,9 +39,8 @@ enum FontFaceLoadStatus {
[
// FIXME: should be union type http://crbug.com/240176
- Constructor(DOMString family, DOMString source, optional Dictionary descriptors),
- Constructor(DOMString family, ArrayBuffer source, optional Dictionary descriptors),
- Constructor(DOMString family, ArrayBufferView source, optional Dictionary descriptors),
+ // FIXME(Dictionary): descriptors
+ Constructor(DOMString family, DOMString source),
ConstructorCallWith=ExecutionContext,
] interface FontFace {
@@ -54,7 +53,4 @@ enum FontFaceLoadStatus {
[RaisesException=Setter, SetterCallWith=ExecutionContext] attribute DOMString featureSettings;
readonly attribute FontFaceLoadStatus status;
- [CallWith=ScriptState] readonly attribute Promise loaded;
-
- [CallWith=ScriptState] Promise load();
};
« no previous file with comments | « sky/engine/core/css/FontFace.cpp ('k') | sky/engine/core/css/FontFaceSet.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698