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

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

Issue 1100873004: FontFace sync (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: final touches Created 5 years, 7 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 | Source/core/css/FontFace.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/DocumentFontFaceSet.idl
diff --git a/Source/core/css/DocumentFontFaceSet.idl b/Source/core/css/DocumentFontFaceSet.idl
index 04de8b7190352f682e269a9b41f31fba46c2fed5..b1f217e5c95d0192fdab975d81270924ba8aaea2 100644
--- a/Source/core/css/DocumentFontFaceSet.idl
+++ b/Source/core/css/DocumentFontFaceSet.idl
@@ -28,6 +28,10 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+// http://dev.w3.org/csswg/css-font-loading/#font-face-source
+
+// TODO(philipj): This should be a FontFaceSource interface implemented by
+// Document and WorkerGlobalScope.
partial interface Document {
[MeasureAs=DocumentFonts] readonly attribute FontFaceSet fonts;
};
« no previous file with comments | « no previous file | Source/core/css/FontFace.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698