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

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

Issue 137253005: [Font Load Events] Partial implementation of SetClass operations for FontFaceSet (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | « Source/core/css/FontFaceSetForEachCallback.h ('k') | no next file » | 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/bindings/tests/idls/TestInterfaceEmpty.idl b/Source/core/css/FontFaceSetForEachCallback.idl
similarity index 89%
copy from Source/bindings/tests/idls/TestInterfaceEmpty.idl
copy to Source/core/css/FontFaceSetForEachCallback.idl
index d9474d54136bb35f5d4d5842ac6a175b94ca6343..f7e61227024b829016d0b1d26259ff2d38c560c5 100644
--- a/Source/bindings/tests/idls/TestInterfaceEmpty.idl
+++ b/Source/core/css/FontFaceSetForEachCallback.idl
@@ -28,5 +28,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-interface TestInterfaceEmpty {
+callback interface FontFaceSetForEachCallback {
+ [CallWith=ThisValue] boolean handleItem(FontFace fontFace, FontFaceSet set);
arv (Not doing code reviews) 2014/01/14 19:45:20 This needs to be [CallWith=ThisValue] boolean han
Kunihiko Sakamoto 2014/01/15 01:42:03 Done.
+ boolean handleItem(FontFace fontFace, FontFaceSet set);
};
« no previous file with comments | « Source/core/css/FontFaceSetForEachCallback.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698