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

Unified Diff: third_party/WebKit/Source/core/css/FontFaceDescriptors.idl

Issue 2640753002: CSS font-display: expose display property on FontFace (Closed)
Patch Set: Fix webexposed Created 3 years, 11 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 | « third_party/WebKit/Source/core/css/FontFace.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/css/FontFaceDescriptors.idl
diff --git a/third_party/WebKit/Source/core/css/FontFaceDescriptors.idl b/third_party/WebKit/Source/core/css/FontFaceDescriptors.idl
index e545d699536b41a14cb73e44bfe5f7f8a4a402e7..5330445b6963499e47c62b8a0ada17609dad4fbb 100644
--- a/third_party/WebKit/Source/core/css/FontFaceDescriptors.idl
+++ b/third_party/WebKit/Source/core/css/FontFaceDescriptors.idl
@@ -11,4 +11,5 @@ dictionary FontFaceDescriptors {
DOMString unicodeRange = "U+0-10FFFF";
DOMString variant = "normal";
DOMString featureSettings = "normal";
+ [RuntimeEnabled=CSSFontDisplay] DOMString display = "auto";
};
« no previous file with comments | « third_party/WebKit/Source/core/css/FontFace.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698