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

Side by Side Diff: third_party/WebKit/Source/core/css/FontFaceSource.idl

Issue 2884053002: Add FontFaceSource interface and make it available on Document (Closed)
Patch Set: Created 3 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 unified diff | Download patch
OLDNEW
(Empty)
1 /*
2 * Copyright (C) 2017 Google Inc. All rights reserved.
foolip 2017/05/16 12:15:27 Use the 3-line header that begins "Copyright 2017
fserb 2017/05/16 14:14:24 I thought "cl format" or presubmit would pick this
3 */
4
5 // https://dev.w3.org/csswg/css-font-loading/#font-face-source
foolip 2017/05/16 12:15:27 Link to https://drafts.csswg.org/css-font-loading/
fserb 2017/05/16 14:14:24 Done.
6
7 [
8 LegacyTreatAsPartialInterface,
9 NoInterfaceObject
10 ] interface FontFaceSource {
11 [MeasureAs=DocumentFonts] readonly attribute FontFaceSet fonts;
12 };
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/css/FontFaceSource.cpp ('k') | third_party/WebKit/Source/core/dom/Document.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698