Sign in
◑
Theme
cobalt
/
cobalt.git
/
a2b019001b8b7d7ed0de0e697c53e13548ad3ba7
/
.
/
src
/
third_party
/
skia
/
experimental
/
FileReaderApp
/
FileReaderAppDelegate.mm
blob: 6b706b6aaf0c2d49c1742ad8cc8279b9d97369fe [
file
]
#import "FileReaderAppDelegate.h"
@implementation
FileReaderAppDelegate
@synthesize
window
;
-(
void
)
applicationDidFinishLaunching
:(
NSNotification
*)
aNotification
{
//Load specified skia views after launching
[
window installSkViews
];
}
@end