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

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

Issue 315163002: Add a use counter for CSS Font Loading (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 years, 6 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/frame/UseCounter.h » ('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 fc2cbc7a9d2201d4dddcfe7ecfd0d9049e444b13..6ed56abb6fb31bf0925b0a7087147996447972e4 100644
--- a/Source/core/css/DocumentFontFaceSet.idl
+++ b/Source/core/css/DocumentFontFaceSet.idl
@@ -31,5 +31,5 @@
[
RuntimeEnabled=FontLoadEvents,
] partial interface Document {
- readonly attribute FontFaceSet fonts;
+ [MeasureAs=DocumentFonts] readonly attribute FontFaceSet fonts;
};
« no previous file with comments | « no previous file | Source/core/frame/UseCounter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698