Add initial Mac implementation files.

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@123 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt
2010-10-23 17:00:47 +00:00
parent d4004fc57e
commit c6be988e89
17 changed files with 1139 additions and 27 deletions

View File

@@ -66,6 +66,10 @@ base::StringPiece NetResourceProvider(int key) {
return GetRawDataResource(hModule, key);
}
base::StringPiece GetDataResource(int resource_id) {
return NetResourceProvider(resource_id);
}
void GetPlugins(bool refresh, std::vector<WebPluginInfo>* plugins) {
NPAPI::PluginList::Singleton()->GetPlugins(refresh, plugins);
}
@@ -303,4 +307,4 @@ BOOL SaveBitmapToFile(HBITMAP hBmp, HDC hDC, LPCTSTR file, LPBYTE lpBits)
return ret;
}
} // namespace webkit_glue
} // namespace webkit_glue