Hi,

Can you please tell me what are the files with .mm extension?
e.g. platform/graphics/mac/ImageMac.mm?

It looks like c++, but it has syntax like this:

  NSBundle *bundle = [NSBundle bundleForClass:[WebCoreBundleFinder class]];
    NSString *imagePath = [bundle pathForResource:[NSString
stringWithUTF8String:name] ofType:@"tiff"];
    NSData *namedImageData = [NSData dataWithContentsOfFile:imagePath];


So I am not sure how to read those lines.

Thank you.
_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to