mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
- Update to Chromium revision 85305.
- Use the angle library for GL support (issue #136). - Add a workaround for the SyncRequestProxy deadlock problem (issue #192). git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@233 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@ -64,12 +64,12 @@ net::URLRequestJob* FileSystemURLRequestJobFactory(net::URLRequest* request,
|
||||
if (!path.empty() && path[path.size() - 1] == '/') {
|
||||
return new fileapi::FileSystemDirURLRequestJob(
|
||||
request,
|
||||
fs_context->path_manager(),
|
||||
fs_context,
|
||||
CefThread::GetMessageLoopProxyForThread(CefThread::FILE));
|
||||
}
|
||||
return new fileapi::FileSystemURLRequestJob(
|
||||
request,
|
||||
fs_context->path_manager(),
|
||||
fs_context,
|
||||
CefThread::GetMessageLoopProxyForThread(CefThread::FILE));
|
||||
}
|
||||
|
||||
@ -148,7 +148,7 @@ void CefProcessUIThread::Init() {
|
||||
WebKit::WebScriptController::registerExtension(
|
||||
extensions_v8::GCExtension::Get());
|
||||
|
||||
gfx::InitializeGLBindings(gfx::kGLImplementationDesktopGL);
|
||||
gfx::InitializeGLBindings(gfx::kGLImplementationEGLGLES2);
|
||||
|
||||
net::URLRequest::RegisterProtocolFactory("blob", &BlobURLRequestJobFactory);
|
||||
net::URLRequest::RegisterProtocolFactory("filesystem",
|
||||
|
Reference in New Issue
Block a user