mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
- 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:
@ -431,7 +431,7 @@ WebApplicationCacheHost* BrowserAppCacheSystem::CreateCacheHostForWebKit(
|
||||
}
|
||||
|
||||
void BrowserAppCacheSystem::SetExtraRequestBits(
|
||||
URLRequest* request, int host_id, ResourceType::Type resource_type) {
|
||||
net::URLRequest* request, int host_id, ResourceType::Type resource_type) {
|
||||
if (is_initialized()) {
|
||||
DCHECK(is_io_thread());
|
||||
AppCacheInterceptor::SetExtraRequestInfo(
|
||||
@ -440,7 +440,7 @@ void BrowserAppCacheSystem::SetExtraRequestBits(
|
||||
}
|
||||
|
||||
void BrowserAppCacheSystem::GetExtraResponseBits(
|
||||
URLRequest* request, int64* cache_id, GURL* manifest_url) {
|
||||
net::URLRequest* request, int64* cache_id, GURL* manifest_url) {
|
||||
if (is_initialized()) {
|
||||
DCHECK(is_io_thread());
|
||||
AppCacheInterceptor::GetExtraResponseInfo(
|
||||
|
Reference in New Issue
Block a user