- Update to Chromium revision 69409.

- Add cefclient tests for GPU acceleration.

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@152 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt
2010-12-16 21:54:42 +00:00
parent 173fb79550
commit 3cd3a35f10
28 changed files with 314 additions and 151 deletions

View File

@ -96,7 +96,7 @@ void CefRequestImpl::Set(const CefString& url,
Unlock();
}
void CefRequestImpl::Set(URLRequest* request)
void CefRequestImpl::Set(net::URLRequest* request)
{
SetURL(request->url().spec());
SetMethod(request->method());