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

Unified Diff: Source/core/css/FontFaceSetForEachCallback.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 | « Source/core/css/FontFaceSet.idl ('k') | Source/core/css/FontFaceSetLoadEvent.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/FontFaceSetForEachCallback.idl
diff --git a/Source/core/css/FontFaceSetForEachCallback.idl b/Source/core/css/FontFaceSetForEachCallback.idl
index 6b9fdab77312acc0b803f383685c58c8a2ea420a..ac6c771d0449811e5306ea860d60fc941ee86571 100644
--- a/Source/core/css/FontFaceSetForEachCallback.idl
+++ b/Source/core/css/FontFaceSetForEachCallback.idl
@@ -28,6 +28,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+// TODO(ksakamoto): Remove this interface when FontFaceSet is made Set-like.
+// crbug.com/392075
callback interface FontFaceSetForEachCallback {
[CallWith=ThisValue] boolean handleItem(FontFace fontFace, FontFace fontFaceAgain, FontFaceSet set);
boolean handleItem(FontFace fontFace, FontFace fontFaceAgain, FontFaceSet set);
« no previous file with comments | « Source/core/css/FontFaceSet.idl ('k') | Source/core/css/FontFaceSetLoadEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698